From 4b63311f34296f8e9c528b1cdac753356cea24bb Mon Sep 17 00:00:00 2001 From: KaiKimera Date: Tue, 20 Aug 2024 21:01:37 +0000 Subject: [PATCH] 2024-08-20 21:01:37 --- archetypes/articles/index.md | 6 +++--- archetypes/faq/index.md | 6 +++--- archetypes/resources/index.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/archetypes/articles/index.md b/archetypes/articles/index.md index 166dbf4..2c7f356 100644 --- a/archetypes/articles/index.md +++ b/archetypes/articles/index.md @@ -4,7 +4,7 @@ {{ $uuid := (printf "%s-%s-5%s-%s%s-%s" (substr ($hash) 0 8) (substr ($hash) 8 4) (substr ($hash) 13 3) (index (slice "8" "9" "a" "b" | shuffle) 0) (substr ($hash) 17 3) (substr ($hash) 20 12)) -}} {{ $date := (.Date) -}} # -------------------------------------------------------------------------------------------------------------------- # -# General settings. +# GENERAL # -------------------------------------------------------------------------------------------------------------------- # title: '{{ ($title) }}' @@ -30,7 +30,7 @@ toc: 1 comments: 1 # -------------------------------------------------------------------------------------------------------------------- # -# Date settings. +# DATE # -------------------------------------------------------------------------------------------------------------------- # date: '{{ ($date) }}' @@ -39,7 +39,7 @@ expiryDate: '' lastMod: '{{ ($date) }}' # -------------------------------------------------------------------------------------------------------------------- # -# Meta settings. +# META # -------------------------------------------------------------------------------------------------------------------- # type: 'articles' diff --git a/archetypes/faq/index.md b/archetypes/faq/index.md index 15dd761..35d3911 100644 --- a/archetypes/faq/index.md +++ b/archetypes/faq/index.md @@ -4,7 +4,7 @@ {{ $uuid := (printf "%s-%s-5%s-%s%s-%s" (substr ($hash) 0 8) (substr ($hash) 8 4) (substr ($hash) 13 3) (index (slice "8" "9" "a" "b" | shuffle) 0) (substr ($hash) 17 3) (substr ($hash) 20 12)) -}} {{ $date := (.Date) -}} # -------------------------------------------------------------------------------------------------------------------- # -# General settings. +# GENERAL # -------------------------------------------------------------------------------------------------------------------- # title: '{{ ($title) }}' @@ -22,7 +22,7 @@ sources: - '' # -------------------------------------------------------------------------------------------------------------------- # -# Date settings. +# DATE # -------------------------------------------------------------------------------------------------------------------- # date: '{{ ($date) }}' @@ -31,7 +31,7 @@ expiryDate: '' lastMod: '{{ ($date) }}' # -------------------------------------------------------------------------------------------------------------------- # -# Meta settings. +# META # -------------------------------------------------------------------------------------------------------------------- # type: 'faq' diff --git a/archetypes/resources/index.md b/archetypes/resources/index.md index ff91167..459ccd2 100644 --- a/archetypes/resources/index.md +++ b/archetypes/resources/index.md @@ -4,7 +4,7 @@ {{ $uuid := (printf "%s-%s-5%s-%s%s-%s" (substr ($hash) 0 8) (substr ($hash) 8 4) (substr ($hash) 13 3) (index (slice "8" "9" "a" "b" | shuffle) 0) (substr ($hash) 17 3) (substr ($hash) 20 12)) -}} {{ $date := (.Date) -}} # -------------------------------------------------------------------------------------------------------------------- # -# General settings. +# GENERAL # -------------------------------------------------------------------------------------------------------------------- # title: '{{ ($title) }}' @@ -15,7 +15,7 @@ tags: - 'tag_03' # -------------------------------------------------------------------------------------------------------------------- # -# Date settings. +# DATE # -------------------------------------------------------------------------------------------------------------------- # date: '{{ ($date) }}' @@ -24,7 +24,7 @@ expiryDate: '' lastMod: '{{ ($date) }}' # -------------------------------------------------------------------------------------------------------------------- # -# Meta settings. +# META # -------------------------------------------------------------------------------------------------------------------- # type: 'resources'