aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-04-13 02:49:46 -0500
committerChristian Cleberg <hello@cleberg.net>2024-04-13 02:49:46 -0500
commit64f5a07bb30fbcf6cc553205dd1a903fbf8c3dfe (patch)
tree5f058fd4b8f2545bc3a9d8181e7a1d9ec1ef1ce1 /theme/templates/index.html
parent06199bd82fc93ea7bd98212a54774499fcd22856 (diff)
downloadcleberg.net-64f5a07bb30fbcf6cc553205dd1a903fbf8c3dfe.tar.gz
cleberg.net-64f5a07bb30fbcf6cc553205dd1a903fbf8c3dfe.tar.bz2
cleberg.net-64f5a07bb30fbcf6cc553205dd1a903fbf8c3dfe.zip
minify site
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r--theme/templates/index.html59
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>&nbsp;
+ <a href="/gpg.txt">gpg</a>&nbsp;
+ <a href="https://matrix.to/#/@cyborg:matrix.tchncs.de">matrix</a>&nbsp;
+ <a href="/feed.xml">rss</a>
+ <br>
+ <a href="/blog/">blog</a>&nbsp;
+ <a href="/salary/">salary</a>&nbsp;
+ <a href="/services/">services</a>&nbsp;
+ <a href="/wiki/">wiki</a>
</section>
-<section>
- <h2>Featured Posts</h2>
- <div class="post">
- <time datetime="2024-03-29">&lt;2024-03-29&gt;</time>
- <a href="/blog/org-blog.html">Blogging in Org-Mode</a>
- </div>
- <div class="post">
- <time datetime="2024-03-14">&lt;2024-03-14&gt;</time>
- <a href="/blog/doom-emacs-org-mode.html">Doom Emacs & Org-Mode</a>
- </div>
- <div class="post">
- <time datetime="2023-10-04">&lt;2023-10-04&gt;</time>
- <a href="/blog/digital-minimalism.html">Digital Minimalism</a>
- </div>
- <br />
- <a href="/blog/">All Posts &rarr;</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: &lt;<time datetime='{{ now() | strftime("%Y-%m-%d %H:%M:%S") }}'>{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}</time>&gt;</p>
+</footer>
{% endblock %}