michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit b8b2241d1ff21980062519e4de8eb1b9333ea783
parent 9f90499d85a1947bad35b2d128082f44fe41bed2
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Tue, 10 Jan 2023 20:37:21 +0100

feat: add RSS feed to menu

Diffstat:
Mlayouts/_default/baseof.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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>