aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-10-14 23:20:22 -0500
committerChristian Cleberg <[email protected]>2025-10-14 23:20:22 -0500
commitd6fa2485fa7fa9c74f8882f1f66ddd7584645d40 (patch)
tree68f79e9a96c557182ee9c37454dd9707c233e17d /theme/templates/index.html
parent2dc229207a9711daeed625d4af9af75c99c875dc (diff)
downloadcleberg.net-d6fa2485fa7fa9c74f8882f1f66ddd7584645d40.tar.gz
cleberg.net-d6fa2485fa7fa9c74f8882f1f66ddd7584645d40.tar.bz2
cleberg.net-d6fa2485fa7fa9c74f8882f1f66ddd7584645d40.zip
update theme
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r--theme/templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html
index c540e09..71d98e5 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -1,6 +1,6 @@
{% extends "base.html" %} {% block main %}
<section>
- <h1><i>Hi, I'm Christian.</i></h1>
+ <h1><i>christian cleberg</i></h1>
<blockquote>
<b>shouganai</b>
<br>[sho-ga-n-eye] | しょうがない
@@ -12,5 +12,6 @@
<h2>Recent Posts</h2>
<!-- BEGIN_POSTS -->
<!-- END_POSTS -->
+ <p><a href="/blog/">All Posts &rarr;</a></p>
</section>
{% endblock %}