Skip to content

Commit 8667a1d

Browse files
committed
fix: feed rss link
1 parent ac77244 commit 8667a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</div>
1717
{% if config.generate_feeds %}
1818
<div>
19-
<a class="no-style" target="_blank" rel="noopener noreferrer" href="{{ get_url(path=" atom.xml",
19+
<a class="no-style" target="_blank" rel="noopener noreferrer" href="{{ get_url(path="atom.xml",
2020
trailing_slash=false) }}" title="Subscribe via RSS for updates."><svg class="icons">
2121
<use href="{{ get_url(path='icons.svg#rss', trailing_slash=false) | safe }}"></use>
2222
</svg></a>

0 commit comments

Comments
 (0)