From 23662ed445efa5ef5ad996fa91c9d9071f84a8bc Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Wed, 1 Feb 2023 19:31:43 -0500 Subject: [PATCH] Small alias and archetype change --- archetypes/default.md | 1 + layouts/alias.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/archetypes/default.md b/archetypes/default.md index 6391387..41fef96 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -4,4 +4,5 @@ date: {{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }} draft: true tags: [] math: false +medium_enabled: false --- diff --git a/layouts/alias.html b/layouts/alias.html index aaf3be3..5265bf1 100644 --- a/layouts/alias.html +++ b/layouts/alias.html @@ -8,9 +8,9 @@ -

Likely due to typos or site reorganizations, "{{ .Title }}" has moved to a new URL.

+

Likely due to site reorganizations, "{{ .Title }}" has moved to a new URL.

If your browser does not immediately send you to the new location, - you can visit {{ .Permalink }} yourself. + you can visit {{ .Permalink }} yourself. \ No newline at end of file