diff options
Diffstat (limited to 'content/templates/home.html')
| -rw-r--r-- | content/templates/home.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/content/templates/home.html b/content/templates/home.html index 6d280ee..e63fa6a 100644 --- a/content/templates/home.html +++ b/content/templates/home.html @@ -1,9 +1,8 @@ {# The home page: authored prose plus the most recent posts. A generated page, so it has no source .org file — `pages` holds the blog collection's - entries, newest first, and the prose lives here. This mirrors what weblorg's - theme/templates/index.html does today, including its bare <title>: the home page is - "cleberg.net" and not "cleberg.net - cleberg.net". #} + entries, newest first, and the prose lives here. The <title> is bare on purpose: the + home page is "cleberg.net" and not "cleberg.net - cleberg.net". #} {% extends "base.html" %} {% block subtitle %}{% endblock %} {% block main %} @@ -36,8 +35,7 @@ user control, and long-term utility.</p> <h2>Elsewhere</h2> <p>Places to find me online.</p> <ul> -<li>cgit (primary): <a href="https://git.krz.sh">~cmc</a></li> -<li>GitHub (mirror): <a href="https://github.com/ccleberg">@ccleberg</a></li> +<li>GitHub: <a href="https://github.com/ccleberg">@ccleberg</a></li> <li>Email: <a href="mailto:[email protected]">[email protected]</a> (<a href="{{ root }}gpg.txt">GPG</a>)</li> <li>Lemmy: <a href="https://r.nf/u/cmc">@cmc</a></li> <li>Mastodon: <a href="https://c.im/@cmc">@cmc</a></li> |
