Skip to content

Commit b7a9ce8

Browse files
committed
blog: fixed blog links with baseurls
1 parent 03e69b2 commit b7a9ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog/feeds/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Atom Feeds
33
---
44

5-
Follow [the blog](/blog/) in an feed reader! Subscribe to our Atom (similar to RSS) feed:
5+
Follow [the blog]({{ site.baseurl }}/blog/) in an feed reader! Subscribe to our Atom (similar to RSS) feed:
66

77
- [All blog posts](all.atom.xml)
88

blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55

66
{% capture md %}
7-
You can also [Subscribe to Atom feeds](/blog/feeds/) in a feed reader.
7+
You can also [Subscribe to Atom feeds]({{ site.baseurl }}/blog/feeds/) in a feed reader.
88
{% endcapture %}
99

1010
{{ md | markdownify }}

0 commit comments

Comments
 (0)