diff options
| author | Christian Cleberg <[email protected]> | 2025-09-04 16:49:49 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-09-04 16:49:49 -0500 |
| commit | 8ed9f60af1f1a3beca8f114db0175ce31f17822d (patch) | |
| tree | 79502d636c2e363bec7fe6fd36934de646d09f69 /theme/templates/index.html | |
| parent | 6e2e2844688e87c73e7840ff4b2989136ce247d4 (diff) | |
| download | cleberg.net-8ed9f60af1f1a3beca8f114db0175ce31f17822d.tar.gz cleberg.net-8ed9f60af1f1a3beca8f114db0175ce31f17822d.tar.bz2 cleberg.net-8ed9f60af1f1a3beca8f114db0175ce31f17822d.zip | |
shift from monospace theme to a formalized serif theme
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 864d866..0ad4d5a 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,10 +1,12 @@ {% extends "base.html" %} {% block main %} <section> - <h1><i>~cmc</i></h1> - <pre>pub rsa4096 2022-11-16 [SC] - <a href="/gpg.txt">3917 973F B159 BBB8 6194 5385 6945 1A51 7AC0 CB37</a> -uid [ultimate] Christian Cleberg <[email protected]> -sub rsa4096 2022-11-16 [E]</pre> + <h1><i>Hi, I'm Christian.</i></h1> + <blockquote> + <b>shouganai</b> + <br>[sho-ga-n-eye] | しょうがない + <br><br> + <i>it is what it is</i> + </blockquote> </section> <section> <h2>Blog Posts</h2> |
