diff options
author | uvok cheetah | 2020-01-09 20:20:59 +0100 |
---|---|---|
committer | uvok cheetah | 2020-01-09 20:20:59 +0100 |
commit | 0a4a9cb0d4e89f121f6048765171262e5658093b (patch) | |
tree | 7b598dbc301420da37ca5073b032153c50a94f5a /_includes | |
parent | b87f98a261b052c1d8c08101549c897490f523ea (diff) |
Move RSS feed to header
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index ec9473c..a39c338 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -26,6 +26,7 @@ <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> {% endif %} {% endfor %} + <a class="rss-subscribe" href="{{ "/feed.xml" | relative_url }}">RSS feed</a> </div> </nav> </div> |