michal-sapka-me

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

commit d25d92806e882d463049aaf667dd89f1e53d73c0
parent 5e80451f3db077d1fb5814b9e45cec455ac9581c
Author: d-s <ds@voyager.local>
Date:   Mon,  8 May 2023 23:38:18 +0200

chore: hide Git link (for now)

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

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html @@ -65,7 +65,7 @@ <a href="/">Home</a> <a href="/about">About</a> <a href="/links">Links</a> - <a href="https://git.sapka.me">Git</a> + <a href="/index.xml">RSS</a> </nav>