cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

f472f1eefa1bc72a0fb6b6ebd5d8596ca0c24cda

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-06-03T21:45:06Z

feat(blog): show filetags on index page
 theme/templates/index.html | 33 +++++++++++++++++++++++++++------
 1 file changed, 27 insertions(+), 6 deletions(-)

diff --git a/theme/templates/index.html b/theme/templates/index.html
index a129fe0..02a28d3 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -11,18 +11,39 @@ sub   rsa4096 2022-11-16 [E]</pre>
 
 
 	<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 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>
+				<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>
-		<a href="/blog/it-audit-career.html">Accelerate Your Audit Career with Emerging Tech Insights</a>
+		<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>
+				<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>
-		<a href="/blog/asahi-linux.html">Exploring Asahi Linux on the Apple M2 MacBook Pro 16"</a>
+		<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>
+				<span class="tag">apple</span>
+				<span class="tag">linux</span>
+			</div>
+		</div>
 	</div>
 
 	<br />