diff options
author | HombreLaser <sebastian-440@live.com> | 2023-09-12 16:17:29 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-09-12 16:17:29 -0600 |
commit | e782c39d0539bc552ba1008157e87c696bd67266 (patch) | |
tree | 7f83db91fe8b898dd5a63d1e5fc103ece9339e25 /_includes | |
parent | 6406268d875bf5f6e12d1dfba69ea7ffe1047c32 (diff) |
Add rss feed generation
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/header.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index b1448fe..c56a7d6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -46,6 +46,11 @@ <li><a href="{{ english_site }}">English</a></li> </ul> </li> + <li> + <a href="{{ site.baseurl }}/feed.xml"> + <img src="{{ site.baseurl }}/assets/images/rss_feed_icon.svg" width="18" height="18"> + </a> + </li> </ul> </div> </div> |