diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-03 19:41:04 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-03 19:41:04 -0500 |
commit | 21fdce441200268bd5efebc561956b52b6368d42 (patch) | |
tree | f1bd835588f18955edb64d697b0a4332b4b188e1 /theme/templates/index.html | |
parent | ce28889569c1e0914baca84a6ee893c734e079e7 (diff) | |
download | cleberg.net-21fdce441200268bd5efebc561956b52b6368d42.tar.gz cleberg.net-21fdce441200268bd5efebc561956b52b6368d42.tar.bz2 cleberg.net-21fdce441200268bd5efebc561956b52b6368d42.zip |
Revert "feat: build script now automatically updates index posts"
This reverts commit ce28889569c1e0914baca84a6ee893c734e079e7.
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r-- | theme/templates/index.html | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 855ff4a..fc38322 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -8,9 +8,45 @@ sub rsa4096 2022-11-16 [E]</pre> </section> <section> <h2>Recent Blog Posts</h2> - <!-- RECENT-POSTS-START --> - <!-- RECENT-POSTS-END --> - <br> + + + <div class="post"> + <time datetime="2025-06-02 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"> + <span class="tag">ios</span> + <span class="tag">privacy</span> + <span class="tag">security</span> + </div> + </div> + </div> + + <div class="post"> + <time datetime="2025-05-30 10:53:28">2025-05-30</time> + <div class="post-content"> + <a href="/blog/it-audit-career.html">Career Advancement through Mastery of Emerging Technologies in IT Audit</a> + <div class="post-tags"> + <span class="tag">audit</span> + <span class="tag">technology</span> + <span class="tag">career</span> + </div> + </div> + </div> + + <div class="post"> + <time datetime="2025-05-02 Fri 21:10:00">2025-05-02</time> + <div class="post-content"> + <a href="/blog/asahi-linux.html">Performance and Compatibility Report of Asahi Linux on Apple M2 MacBook Pro 16"</a> + <div class="post-tags"> + <span class="tag">mac</span> + <span class="tag">apple</span> + <span class="tag">linux</span> + </div> + </div> + </div> + + <br /> <a href="/blog/">All Posts →</a> </section> |