From be91fec1b083b5fcdc5b099f19ad4dd6f4238901 Mon Sep 17 00:00:00 2001 From: ryan 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 5eaba35..54c30b4 100644 --- a/_config.yml +++ b/_config.yml @@ -40,7 +40,7 @@ footer: '2023 Distrust, LLC' theme: jekyll-theme-console -permalink: blog/:title +permalink: blog/:title.html plugins: - jekyll-feed