diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-07 10:39:34 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | fe9dcf28d65a7a99730080269359ef01b3a35224 (patch) | |
| tree | 66c73b589725542f56f410c7366a929a0b619999 | |
| parent | ea754f14fe5dcfc5e4812087cc3e4e6ca331a2cd (diff) | |
add gemfeed link
| -rw-r--r-- | content/gemtext/index.gmi | 1 | ||||
| -rw-r--r-- | content/html/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/content/gemtext/index.gmi b/content/gemtext/index.gmi index df1c7def..8c154aa8 100644 --- a/content/gemtext/index.gmi +++ b/content/gemtext/index.gmi @@ -45,6 +45,7 @@ English is not my mother tongue. So please ignore any errors you might encounter ### Stay updated => ./gemfeed/atom.xml Subscribe to this blog's Atom feed +=> ./gemfeed/index.gmi Subscribe to this blog's Gemfeed ### Posts diff --git a/content/html/index.html b/content/html/index.html index 97954b48..9bad626a 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -52,6 +52,7 @@ li { color: #98be65; } <p>English is not my mother tongue. So please ignore any errors you might encounter.</p> <h3>Stay updated</h3> <a class="textlink" href="./gemfeed/atom.xml">Subscribe to this blog's Atom feed</a><br /> +<a class="textlink" href="./gemfeed/index.html">Subscribe to this blog's Gemfeed</a><br /> <h3>Posts</h3> <p>I have switched blog software multiple times. I might be back filling some of the older articles here. So please don't wonder when suddenly very old posts appear here.</p> <a class="textlink" href="./gemfeed/2021-04-24-welcome-to-the-geminispace.html">2021-04-24 Welcome to the Geminispace</a><br /> |
