Skip to content

Commit d6a5913

Browse files
committed
Fix atom.xml link
1 parent 9288648 commit d6a5913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
rel="alternate"
2222
type="application/atom+xml"
2323
title="{{ site.title }}"
24-
href="{{ site.baseurl }}/atom/index.xml"
24+
href="{{ site.baseurl }}/atom"
2525
/>
2626
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
2727
<!-- Facebook Tags -->

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<a href="{{ site.baseurl }}/about/" title="About">ABOUT</a>
6969
</li>
7070
<li class="nav--main__item">
71-
<a href="{{ site.baseurl }}/atom/" title="RSS" aria-label="RSS">
71+
<a href="{{ site.baseurl }}/atom" title="RSS" aria-label="RSS">
7272
<svg
7373
xmlns="http://www.w3.org/2000/svg"
7474
width="24"

0 commit comments

Comments
 (0)