diff options
| author | Christian Cleberg <[email protected]> | 2026-01-20 22:43:55 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-20 22:43:55 -0600 |
| commit | 49f15c51872d2fb7a5503c7029de81a1f989d10f (patch) | |
| tree | dd50b148d5c575c31aafbae581880ff8d7fc3d14 /theme/templates/index.html | |
| parent | 5920370e9157b68492fe53893075f3469371ae7d (diff) | |
| download | cleberg.net-49f15c51872d2fb7a5503c7029de81a1f989d10f.tar.gz cleberg.net-49f15c51872d2fb7a5503c7029de81a1f989d10f.tar.bz2 cleberg.net-49f15c51872d2fb7a5503c7029de81a1f989d10f.zip | |
update theme again to be more legible
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 36fd592..18d28f5 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,10 +1,10 @@ {% extends "base.html" %} {% block main %} -<section class="sys-readout"> +<section> <b>User</b> <span>Christian Cleberg <[email protected]></span> <b>Context</b> <span>Technology Assurance Manager</span> - <b>Status</b> <span style="color: #fff; text-shadow: 0 0 5px var(--green);">[ ACTIVE ]</span> + <b>Status</b>Active</span> </section> -<section class="recent-posts"> +<section> <h2>Recent Posts</h2> <!-- BEGIN_POSTS --> <!-- END_POSTS --> |
