diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-07 23:12:46 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 7b3f780273fe649891d27d5578d0435f8d00c9c2 (patch) | |
| tree | 7b0c1bca2f51928732d0f288642bf615186bf54c | |
| parent | 02f8c560e8984cdfef78eb2d527a989e5887edad (diff) | |
fix
| -rw-r--r-- | content/gemtext/index.gmi | 2 | ||||
| -rw-r--r-- | content/html/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/gemtext/index.gmi b/content/gemtext/index.gmi index a54ddadc..d38033a3 100644 --- a/content/gemtext/index.gmi +++ b/content/gemtext/index.gmi @@ -25,7 +25,7 @@ If you reach this site via the modern web, please read this: -./gemfeed/2021-04-24-welcome-to-the-geminispace.gmi Welcome to the Geminispace +=> ./gemfeed/2021-04-24-welcome-to-the-geminispace.gmi Welcome to the Geminispace ## Introduction diff --git a/content/html/index.html b/content/html/index.html index 810b99d4..73f8df8d 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -42,7 +42,7 @@ li { color: #98be65; } </pre> <h2>Why does this site look so old school?</h2> <p>If you reach this site via the modern web, please read this:</p> -<p>./gemfeed/2021-04-24-welcome-to-the-geminispace.gmi Welcome to the Geminispace</p> +<a class="textlink" href="./gemfeed/2021-04-24-welcome-to-the-geminispace.html">Welcome to the Geminispace</a><br /> <h2>Introduction</h2> <p>My name is Paul Buetow and this is my personal internet site. You can call me a Linux/*BSD enthusiast and hobbyist. Although I also have many other interests, you will encounter mostly (if not only) technical content on this site.</p> <p>I have published some Open-Source software, you will find some reference to it on this site or on my GitHub page(s). I also read a lot of tech newsletters and blogs. I re-share the most interesting ones on my social media feeds. You can find links to my GitHub pages and to my social media accounts on my contact information page:</p> |
