diff options
Diffstat (limited to 'theme/templates')
| -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 %} |
