diff options
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r-- | theme/templates/index.html | 59 |
1 files changed, 12 insertions, 47 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 7f9e197..4a99aab 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -4,52 +4,17 @@ <blockquote> Do AIs dream in electric sheep?<br />He hoped it had nanosecond nightmares. </blockquote> + <a href="https://git.cleberg.net">git</a> + <a href="/gpg.txt">gpg</a> + <a href="https://matrix.to/#/@cyborg:matrix.tchncs.de">matrix</a> + <a href="/feed.xml">rss</a> + <br> + <a href="/blog/">blog</a> + <a href="/salary/">salary</a> + <a href="/services/">services</a> + <a href="/wiki/">wiki</a> </section> -<section> - <h2>Featured Posts</h2> - <div class="post"> - <time datetime="2024-03-29"><2024-03-29></time> - <a href="/blog/org-blog.html">Blogging in Org-Mode</a> - </div> - <div class="post"> - <time datetime="2024-03-14"><2024-03-14></time> - <a href="/blog/doom-emacs-org-mode.html">Doom Emacs & Org-Mode</a> - </div> - <div class="post"> - <time datetime="2023-10-04"><2023-10-04></time> - <a href="/blog/digital-minimalism.html">Digital Minimalism</a> - </div> - <br /> - <a href="/blog/">All Posts →</a> -</section> -<section> - <h2>Everything Else</h2> - <ul> - <li><a href="/salary/">Salary</a></li> - <li><a href="/services/">Services</a></li> - <li><a href="/wiki/">Wiki</a></li> - </ul> -</section> -<section> - <h2>Contact</h2> - <ul> - <li>hello [at] cleberg.net (<a href="/gpg.txt">GPG</a>)</li> - <li> - <a - href="https://matrix.to/#/@cyborg:matrix.tchncs.de" - target="_blank" - rel="noopener" - >@cyborg:@matrix.tchncs.de</a - > - </li> - <li> - <a - href="https://git.cleberg.net/?p=cleberg.net.git;a=summary" - target="_blank" - rel="noopener" - >Git</a - > - </li> - </ul> -</section> +<footer> + <p>Last Build: <<time datetime='{{ now() | strftime("%Y-%m-%d %H:%M:%S") }}'>{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>></p> +</footer> {% endblock %} |