aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-04-08 21:28:16 -0500
committerChristian Cleberg <hello@cleberg.net>2024-04-08 21:28:16 -0500
commit9fb181ef3132576383452f35b2404b782d17a473 (patch)
treee2d630e9f6dedf6305bec9d83399eb46c62ff230 /theme/templates
parentc92d7e9b5e4bf15af9b37726ebc7fa63fb2f50c1 (diff)
downloadcleberg.net-9fb181ef3132576383452f35b2404b782d17a473.tar.gz
cleberg.net-9fb181ef3132576383452f35b2404b782d17a473.tar.bz2
cleberg.net-9fb181ef3132576383452f35b2404b782d17a473.zip
update git links
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/base.html2
-rw-r--r--theme/templates/index.html28
2 files changed, 22 insertions, 8 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 167883c..0f01617 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -33,7 +33,7 @@
{% block footer %}
<footer>
<p>Last Build: &lt;{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</p>
- <p><a href="https://git.cleberg.net/cleberg.net.git" target="_blank" rel="noopener">Source Code</a></p>
+ <p><a href="https://git.cleberg.net/?p=cleberg.net.git;a=summary" target="_blank" rel="noopener">Source Code</a></p>
<p><a href="/atom.xml">Atom RSS Feed</a></p>
</footer>
{% endblock %}
diff --git a/theme/templates/index.html b/theme/templates/index.html
index b2096dd..7f9e197 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -1,9 +1,9 @@
-{% extends "base.html" %}
-
-{% block main %}
+{% extends "base.html" %} {% block main %}
<section>
<h1>cleberg.net</h1>
- <blockquote>Do AIs dream in electric sheep?<br>He hoped it had nanosecond nightmares.</blockquote>
+ <blockquote>
+ Do AIs dream in electric sheep?<br />He hoped it had nanosecond nightmares.
+ </blockquote>
</section>
<section>
<h2>Featured Posts</h2>
@@ -19,7 +19,7 @@
<time datetime="2023-10-04">&lt;2023-10-04&gt;</time>
<a href="/blog/digital-minimalism.html">Digital Minimalism</a>
</div>
- <br>
+ <br />
<a href="/blog/">All Posts &rarr;</a>
</section>
<section>
@@ -34,8 +34,22 @@
<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/cleberg.net.git" target="_blank" rel="noopener">Git</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>
{% endblock %}