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 9288648 commit d6a5913Copy full SHA for d6a5913
_includes/head.html
@@ -21,7 +21,7 @@
21
rel="alternate"
22
type="application/atom+xml"
23
title="{{ site.title }}"
24
- href="{{ site.baseurl }}/atom/index.xml"
+ href="{{ site.baseurl }}/atom"
25
/>
26
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
27
<!-- Facebook Tags -->
_layouts/default.html
@@ -68,7 +68,7 @@
68
<a href="{{ site.baseurl }}/about/" title="About">ABOUT</a>
69
</li>
70
<li class="nav--main__item">
71
- <a href="{{ site.baseurl }}/atom/" title="RSS" aria-label="RSS">
+ <a href="{{ site.baseurl }}/atom" title="RSS" aria-label="RSS">
72
<svg
73
xmlns="http://www.w3.org/2000/svg"
74
width="24"
0 commit comments