commit 38465d4f8dcf74a5071559d24048c5e63d47a9bb parent b9c857f6f26703f1c402e9bbb9006d49868f5189 Author: MichaĆ M. Sapka <michal@sapka.me> Date: Wed, 1 Feb 2023 17:26:45 +0100 fix: some fixes and typos Diffstat:
5 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/archetypes/default.md b/archetypes/default.md @@ -3,6 +3,7 @@ title: "{{ replace .Name "-" " " | title }}" category: "blog" abstract: date: {{ .Date }} +year: draft: false tags: [] --- diff --git a/archetypes/music-monday.md b/archetypes/music-monday.md @@ -3,6 +3,7 @@ title: "Music Monday: {{ replace .Name "-" " " | title }}" category: "media" abstract: date: {{ .Date }} +year: draft: false tags: ['music-monday'] --- diff --git a/content/2023/anathema-lost-control.md b/content/2023/anathema-lost-control.md @@ -1,5 +1,5 @@ --- -title: "Music Monday: Anathema Lost Control" +title: "Music Monday: Anathema - Lost Control" category: "media" year: 2023 abstract: Anathema's finest. diff --git a/content/2023/cradle-of-filth-her-ghost-in-the-fog.md b/content/2023/cradle-of-filth-her-ghost-in-the-fog.md @@ -1,7 +1,7 @@ --- -title: "Music Monday: Cradle of Filth Her Ghost in the Fog" +title: "Music Monday: Cradle of Filth - Her Ghost in the Fog" category: "media" -abstract: the second music monday +abstract: the second music monday with a special appearance of Ed Sheeran year: 2023 date: 2023-01-30T13:18:19+01:00 draft: false diff --git a/content/2023/seinfelds-apartament-doesnt-make-any-sense.md b/content/2023/seinfelds-apartament-doesnt-make-any-sense.md @@ -1,6 +1,7 @@ --- -title: "Seinfeld's Apartament Doesnt Make Any Sense" +title: "Seinfeld's Apartament Doesn't Make Any Sense" category: "media" +year: 2023 abstract: geometrical impossibility date: 2023-01-31T18:13:44+01:00 draft: false