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 | |
parent | b87f98a261b052c1d8c08101549c897490f523ea (diff) |
Move RSS feed to header
-rw-r--r-- | _includes/header.html | 1 | ||||
-rw-r--r-- | _layouts/home.html | 1 |
2 files changed, 1 insertions, 1 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> diff --git a/_layouts/home.html b/_layouts/home.html index 9255f73..1cb628e 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -41,7 +41,6 @@ layout: default {% include pagetrail.html %} - <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p> {%- endif -%} </div> |