From e7e54fb5433f11273969d832561a186dce133027 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sat, 21 Aug 2021 01:54:46 -0400 Subject: [PATCH] Added output file extension to permalinks so the automatically generated links would work in production --- src/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_config.yml b/src/_config.yml index 24553fc..3d99669 100644 --- a/src/_config.yml +++ b/src/_config.yml @@ -6,7 +6,7 @@ description: >- The Bit Goblin main website, a place for cool tech things. baseurl: '/' url: 'https://www.bitgoblin.tech' -permalink: '/:year/:month/:day/:title' +permalink: '/:year/:month/:day/:title:output_ext' links: bitgoblin_channel: 'https://youtube.com/BitGoblin' ascendings_channel: 'https://www.youtube.com/channel/UCCWlMg8oP9pz4Zlu4iZjPFw'