From c5d2526b6a3b44ef3a3b2dbef35095ea0fbf4324 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 5 Oct 2022 19:08:34 -0400 Subject: assets/templates/author: blogtitle -> title --- assets/templates/author.yaml | 2 +- data/canory.yaml | 2 +- data/default.yaml | 2 +- themes/default/layouts/partials/base-footer.html | 2 +- themes/default/layouts/partials/base-title.html | 2 +- themes/default/layouts/shortcodes/version.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/templates/author.yaml b/assets/templates/author.yaml index 37ed6ed..ae7bf40 100644 --- a/assets/templates/author.yaml +++ b/assets/templates/author.yaml @@ -1,7 +1,7 @@ --- name: {{ .Name }} user: {{ .User }} -blogtitle: {{ .Name }}'s Micro Blog +title: {{ .Name }}'s Micro Blog wordlimit: 50 place: Nowhere domain: diff --git a/data/canory.yaml b/data/canory.yaml index e2ee509..0b5ea9e 100644 --- a/data/canory.yaml +++ b/data/canory.yaml @@ -1,7 +1,7 @@ --- name: Canory user: canory -blogtitle: Canory's Micro Blog +title: Canory's Micro Blog wordlimit: 50 place: www domain: diff --git a/data/default.yaml b/data/default.yaml index ef4c414..2d23a30 100644 --- a/data/default.yaml +++ b/data/default.yaml @@ -1,7 +1,7 @@ --- name: Default user: default -blogtitle: Default's Micro Blog +title: Default's Micro Blog wordlimit: 50 place: In your head domain: diff --git a/themes/default/layouts/partials/base-footer.html b/themes/default/layouts/partials/base-footer.html index 6cac939..bda969c 100644 --- a/themes/default/layouts/partials/base-footer.html +++ b/themes/default/layouts/partials/base-footer.html @@ -5,7 +5,7 @@ {{ if $.IsHome -}} {{ . | markdownify }} {{- else -}} - {{ $author.blogtitle }} + {{ $author.title }} {{- end -}} {{- end }} | Copyright © {{ now.Format "2006"}} diff --git a/themes/default/layouts/partials/base-title.html b/themes/default/layouts/partials/base-title.html index afa17fa..4d5bd92 100644 --- a/themes/default/layouts/partials/base-title.html +++ b/themes/default/layouts/partials/base-title.html @@ -10,6 +10,6 @@ {{ if $.IsHome -}} {{ . }} {{- else -}} - {{ $author.blogtitle }} + {{ $author.title }} {{- end -}} {{- end -}} diff --git a/themes/default/layouts/shortcodes/version.html b/themes/default/layouts/shortcodes/version.html index c5cbec1..482f0fb 100644 --- a/themes/default/layouts/shortcodes/version.html +++ b/themes/default/layouts/shortcodes/version.html @@ -1,4 +1,4 @@ -{{- $version := "0.11.0" -}} +{{- $version := "0.11.1" -}} {{- $number := default false (.Get "number" | default (.Get 0)) -}} {{- $clone := default false (.Get "clone" | default (.Get 1)) -}} -- cgit v1.2.3