davideisinger.com

My personal website
Log | Files | Refs | README

commit 085a3b9a3911732558983f4661057ef5860363b8
parent 7b58332c3d9954a954b5a0fbc66fa359f2520575
Author: David Eisinger <[email protected]>
Date:   Mon, 21 Sep 2026 13:40:17 -0400

Add feed to Gemini homepage

gemini://geminiprotocol.net/docs/companion/subscription.gmi

Diffstat:
Mthemes/v2/layouts/index.gmi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/v2/layouts/index.gmi b/themes/v2/layouts/index.gmi @@ -6,7 +6,7 @@ ## Recent Posts {{ range first 10 (where .Site.RegularPages "Type" "in" "journal") -}} -=> {{ .RelPermalink | replaceRE `index.gmi` "" }} {{ .Title }} +=> {{ .RelPermalink | replaceRE `index.gmi` "" }} {{ .Date | time.Format "2006-01-02" }} - {{ .Title }} {{ end }} => /journal/ All Posts