diff options
| author | Christian Cleberg <[email protected]> | 2026-04-06 13:07:55 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-06 13:07:55 -0500 |
| commit | 7545d6167a95c1601baa7718313c1e2f96b34411 (patch) | |
| tree | e79335676b0215351de1f4e3cb87733662db9184 /theme/templates/index.html | |
| parent | 1ff252b61aa7e4c13e8184e34f8447b74a4b2560 (diff) | |
| download | cleberg.net-7545d6167a95c1601baa7718313c1e2f96b34411.tar.gz cleberg.net-7545d6167a95c1601baa7718313c1e2f96b34411.tar.bz2 cleberg.net-7545d6167a95c1601baa7718313c1e2f96b34411.zip | |
realign homepage and fix post-list CSS
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 0cfe8ba..68685a0 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -7,6 +7,14 @@ </section> <section> + <h2>Recent Posts</h2> + <ul> + <!-- BEGIN_POSTS --><!-- END_POSTS --> + </ul> + <p><a href="/blog/">All Posts →</a></p> +</section> + +<section> <h2>Projects</h2> <p>Things I've built.</p> <ul> @@ -14,13 +22,7 @@ <li><a href="https://sr.ht/~ccleberg/Rune/">Rune</a>: iOS client for Njalla</li> <li><a href="https://github.com/audit-labs/audit-tools">Audit Tools</a>: Automated scripts for auditors</li> </ul> - <p><i>Find my SourceHut and GitHub profile links below.</i></p> -</section> - -<section> - <h2>Recent Posts</h2> - <!-- BEGIN_POSTS --><!-- END_POSTS --> - <p><a href="/blog/">All Posts →</a></p> + <p><i>Find my SourceHut and GitHub profile links below for more projects.</i></p> </section> <section> @@ -29,7 +31,7 @@ <li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li> <li>GitHub (backup): <a href="https://github.com/ccleberg">@ccleberg</a></li> <li>Email: <a href="mailto:[email protected]">[email protected]</a> (<a href="/gpg.txt">GPG</a>)</li> - <li>Signal: <span>@cmc.01</span></li> + <li>Signal: <a href="https://signal.me/#eu/JYao4TQ7pIOaSk4HwMiaPRP47la4DlKaGnjklHzHJWldg31wG0JDSJYqLjVx9Hou">@cmc.01</a></li> </ul> </section> {% endblock %} |
