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 03e69b2 commit b7a9ce8Copy full SHA for b7a9ce8
blog/feeds/index.md
@@ -2,7 +2,7 @@
2
title: Atom Feeds
3
---
4
5
-Follow [the blog](/blog/) in an feed reader! Subscribe to our Atom (similar to RSS) feed:
+Follow [the blog]({{ site.baseurl }}/blog/) in an feed reader! Subscribe to our Atom (similar to RSS) feed:
6
7
- [All blog posts](all.atom.xml)
8
blog/index.html
@@ -4,7 +4,7 @@
{% capture md %}
-You can also [Subscribe to Atom feeds](/blog/feeds/) in a feed reader.
+You can also [Subscribe to Atom feeds]({{ site.baseurl }}/blog/feeds/) in a feed reader.
{% endcapture %}
9
10
{{ md | markdownify }}
0 commit comments