From 1ca6b85341b96d35c06b3a2141484144f8645548 Mon Sep 17 00:00:00 2001 From: Dorian Wood Date: Sun, 2 May 2021 17:52:52 -0400 Subject: [PATCH 1/3] Moving from /music-therapy to /healing-music --- layouts/{music-therapy => healing-music}/baseof.html | 0 layouts/{music-therapy => healing-music}/list.html | 0 layouts/{music-therapy => healing-music}/single.html | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename layouts/{music-therapy => healing-music}/baseof.html (100%) rename layouts/{music-therapy => healing-music}/list.html (100%) rename layouts/{music-therapy => healing-music}/single.html (100%) diff --git a/layouts/music-therapy/baseof.html b/layouts/healing-music/baseof.html similarity index 100% rename from layouts/music-therapy/baseof.html rename to layouts/healing-music/baseof.html diff --git a/layouts/music-therapy/list.html b/layouts/healing-music/list.html similarity index 100% rename from layouts/music-therapy/list.html rename to layouts/healing-music/list.html diff --git a/layouts/music-therapy/single.html b/layouts/healing-music/single.html similarity index 100% rename from layouts/music-therapy/single.html rename to layouts/healing-music/single.html From ddf8c0c7bcf3f6c4ad149b6afce9334aee928c3d Mon Sep 17 00:00:00 2001 From: Dorian Wood Date: Thu, 6 May 2021 21:47:33 -0400 Subject: [PATCH 2/3] Tweaking archetypes. --- archetypes/default.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archetypes/default.md b/archetypes/default.md index 351a260..26f317f 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,5 +1,5 @@ -+++ +--- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true -+++ +--- From 0bf34f4ab10b2c17ccf99fa68d7f62d9c3ec7f48 Mon Sep 17 00:00:00 2001 From: Dorian Wood Date: Mon, 10 May 2021 18:52:09 -0400 Subject: [PATCH 3/3] Tweaking social links for mastodon verification --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 47a7f02..cff1ded 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,6 +2,6 @@ {{ .Content }} {{ $currentPage := . }} {{ range .Site.Menus.social }} - {{ .Name }}
+ {{ .Name }}
{{ end }} {{ end }}