diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-03 11:44:54 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-03 11:44:54 -0500 |
commit | 11a86e355cb05f91790a256e9fe202e06cb5b567 (patch) | |
tree | eb2be883d5e08617db72a6d6508d087a0fa757ee /theme/templates | |
parent | 839865b913182f6ab294ae48b692cc037a6e456d (diff) | |
download | cleberg.net-11a86e355cb05f91790a256e9fe202e06cb5b567.tar.gz cleberg.net-11a86e355cb05f91790a256e9fe202e06cb5b567.tar.bz2 cleberg.net-11a86e355cb05f91790a256e9fe202e06cb5b567.zip |
feat(blog): add private-ios-apps post
Diffstat (limited to 'theme/templates')
-rw-r--r-- | theme/templates/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index c31ca13..d3a2621 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -9,6 +9,12 @@ sub rsa4096 2022-11-16 [E]</pre> <section> <h2>Recent Blog Posts</h2> + + <div class="post"> + <time datetime="2025-06-02 15:26:05">2025-06-02</time> + <a href="/blog/private-ios-apps.html">Privacy-Friendly iOS Apps for the Paranoid Minimalist</a> + </div> + <div class="post"> <time datetime="2025-05-30 10:53:28">2025-05-30</time> <a href="/blog/it-audit-career.html">Future-Proof Your Audit Career: Emerging Technologies</a> @@ -20,12 +26,6 @@ sub rsa4096 2022-11-16 [E]</pre> Macbook Pro 16"</a> </div> - <div class="post"> - <time datetime="2025-04-05 23:04:54">2025-04-05</time> - <a href="/blog/git-mirror.html">Mirroring my Repositories from GitHub to - GitLab</a> - </div> - <br /> <a href="/blog/">All Posts →</a> </section> |