diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-03 16:47:42 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-03 16:47:42 -0500 |
commit | 924e2ebe9322a5d1c2561e5d9919304f500e1186 (patch) | |
tree | 3c95504a4ff76aeebb686279c8d0d06cee04690d | |
parent | dc0ba140cc756960f6a1480cecc32858ec560743 (diff) | |
download | cleberg.net-924e2ebe9322a5d1c2561e5d9919304f500e1186.tar.gz cleberg.net-924e2ebe9322a5d1c2561e5d9919304f500e1186.tar.bz2 cleberg.net-924e2ebe9322a5d1c2561e5d9919304f500e1186.zip |
feat(blog): show filetags on index page
-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 02a28d3..64a090c 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -11,8 +11,8 @@ sub rsa4096 2022-11-16 [E]</pre> <div class="post"> + <time datetime="2025-06-02 15:26:05">2025-06-02</time> <div class="post-content"> - <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 class="post-tags"> <span class="tag">ios</span> @@ -23,8 +23,8 @@ sub rsa4096 2022-11-16 [E]</pre> </div> <div class="post"> + <time datetime="2025-05-30 10:53:28">2025-05-30</time> <div class="post-content"> - <time datetime="2025-05-30 10:53:28">2025-05-30</time> <a href="/blog/it-audit-career.html">Accelerate Your Audit Career with Emerging Tech Insights</a> <div class="post-tags"> <span class="tag">audit</span> @@ -35,8 +35,8 @@ sub rsa4096 2022-11-16 [E]</pre> </div> <div class="post"> + <time datetime="2025-05-02 Fri 21:10:00">2025-05-02</time> <div class="post-content"> - <time datetime="2025-05-02 Fri 21:10:00">2025-05-02</time> <a href="/blog/asahi-linux.html">Exploring Asahi Linux on the Apple M2 MacBook Pro 16"</a> <div class="post-tags"> <span class="tag">mac</span> |