From c4e9b33e5bafaa08d315318b91b241ba86b9b280 Mon Sep 17 00:00:00 2001
From: ryan <ryan@distrust.co>
Date: Tue, 14 May 2024 00:53:48 -0400
Subject: [PATCH] fix: add .html to blog permalinks

---
 _config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 1526903..6e1e887 100644
--- a/_config.yml
+++ b/_config.yml
@@ -20,7 +20,7 @@ footer: '© 2025 Distrust LLC'
 
 theme: jekyll-theme-console
 
-permalink: blog/:title
+permalink: blog/:title.html
 
 plugins:
 - jekyll-feed