diff options
| author | Christian Cleberg <[email protected]> | 2025-06-03 11:44:54 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-03 11:44:54 -0500 |
| commit | f7d59771d85b2d524482e10b38054aed0b1bc8c7 (patch) | |
| tree | eb2be883d5e08617db72a6d6508d087a0fa757ee /theme/templates/index.html | |
| parent | a7f6c38a5bef0284cd42208a212326709294a702 (diff) | |
| download | cleberg.net-f7d59771d85b2d524482e10b38054aed0b1bc8c7.tar.gz cleberg.net-f7d59771d85b2d524482e10b38054aed0b1bc8c7.tar.bz2 cleberg.net-f7d59771d85b2d524482e10b38054aed0b1bc8c7.zip | |
feat(blog): add private-ios-apps post
Diffstat (limited to 'theme/templates/index.html')
| -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> |
