diff --git a/themes/blackburn/archetypes/default.md b/themes/blackburn/archetypes/default.md index d41ff85..35f1a6b 100644 --- a/themes/blackburn/archetypes/default.md +++ b/themes/blackburn/archetypes/default.md @@ -1,5 +1,5 @@ +++ -title = "{{ replace .TranslationBaseName "-" " " | title }}" +title = "{{ replace .Name "-" " " | title }}" date = "{{ .Date }}" draft = true tags = [] diff --git a/themes/blackburn/layouts/partials/head.html b/themes/blackburn/layouts/partials/head.html index f31a14b..9e1e4ce 100644 --- a/themes/blackburn/layouts/partials/head.html +++ b/themes/blackburn/layouts/partials/head.html @@ -2,7 +2,7 @@ - {{.Hugo.Generator}} + {{hugo.Generator}}