diff options
author | Michał Sapka <michal@sapka.me> | 2023-01-10 20:37:21 +0100 |
---|---|---|
committer | Michał Sapka <michal@sapka.me> | 2023-01-10 20:37:21 +0100 |
commit | b8b2241d1ff21980062519e4de8eb1b9333ea783 (patch) | |
tree | 79eca828c5267404e611b3d85c2fea90e8d27801 /layouts/_default | |
parent | 9f90499d85a1947bad35b2d128082f44fe41bed2 (diff) |
feat: add RSS feed to menu
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4bc8c9c..2131713 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -43,6 +43,7 @@ <a href="/about">About</a> <a href="https://memes.sapka.me">Memes</a> <a href="https://git.sapka.me">Git</a> + <a href="/index.xml">RSS</a> </div> </nav> <header> |