From c94cb4519c912f4cd42f30a2de19d78d4829babc Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Thu, 29 Jul 2021 09:15:16 -0400
Subject: [PATCH] Changed the *.asc suffix to be text/html.

---
 config.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config.yaml b/config.yaml
index b2ef663..fa25156 100755
--- a/config.yaml
+++ b/config.yaml
@@ -10,7 +10,10 @@ permalinks:
   articles: "/:year/:month/:day/:slug/"
   archives: "/archives/:filename/"
   projects: "/projects/:filename/"
-
+mediaTypes:
+  text/html:
+    suffixes:
+    - asc
 author:
   name: "Jeffrey Phillips Freeman"
   email: "jeffrey.freeman@cleverthis.com"
-- 
GitLab