We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac77244 commit 8667a1dCopy full SHA for 8667a1d
templates/footer.html
@@ -16,7 +16,7 @@
16
</div>
17
{% if config.generate_feeds %}
18
<div>
19
- <a class="no-style" target="_blank" rel="noopener noreferrer" href="{{ get_url(path=" atom.xml",
+ <a class="no-style" target="_blank" rel="noopener noreferrer" href="{{ get_url(path="atom.xml",
20
trailing_slash=false) }}" title="Subscribe via RSS for updates."><svg class="icons">
21
<use href="{{ get_url(path='icons.svg#rss', trailing_slash=false) | safe }}"></use>
22
</svg></a>
0 commit comments