diff options
| author | Christian Cleberg <[email protected]> | 2025-06-03 19:46:29 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-03 19:46:29 -0500 |
| commit | 8e4669ecb8d8b11078c1719c798af47d08475091 (patch) | |
| tree | 484e9daf3e181f2141b3aea5bb0b76b21fa22be2 /theme/templates/index.html | |
| parent | febd955c07fde47be2effbaec7934ee9e0a8866c (diff) | |
| download | cleberg.net-8e4669ecb8d8b11078c1719c798af47d08475091.tar.gz cleberg.net-8e4669ecb8d8b11078c1719c798af47d08475091.tar.bz2 cleberg.net-8e4669ecb8d8b11078c1719c798af47d08475091.zip | |
fix: fix latest post date on home page
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index fc38322..249ba02 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -11,7 +11,7 @@ sub rsa4096 2022-11-16 [E]</pre> <div class="post"> - <time datetime="2025-06-02 15:26:05">2025-06-02</time> + <time datetime="2025-06-03 15:26:05">2025-06-02</time> <div class="post-content"> <a href="/blog/private-ios-apps.html">Selection of Privacy-Focused iOS Applications for Minimalist Users</a> <div class="post-tags"> |
