{{ .Title }}
+{{ .Title }}
Posted
diff --git a/archetypes/default.md b/archetypes/default.md index ac36e06..14cfada 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,2 +1,5 @@ -+++ -+++ +--- +title: "{{ replace .TranslationBaseName "-" " " | title }}" +date: {{ .Date }} +description: "" +--- diff --git a/archetypes/posts.md b/archetypes/posts.md index ea07ee8..83c5d90 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,7 +1,7 @@ --- title: "{{ replace .TranslationBaseName "-" " " | title }}" date: {{ .Date }} -description: "" +description: "" categories: [] featuredImage: "" draft: true diff --git a/layouts/_default/li.html b/layouts/_default/li.html index 1a0e1b0..36492e0 100644 --- a/layouts/_default/li.html +++ b/layouts/_default/li.html @@ -9,9 +9,8 @@
{{ .Description }}
Posted
-|
-#{{ .Params.categories }}
+Posted
+{{ range .Params.categories }}#{{ . }} {{ end }}
Code It, Break It, Quick, Rewrite It
-{{ .Description }}
+{{ .Description }}
Posted
-|
-#{{ .Params.categories }}
+Posted
+{{ range .Params.categories }}#{{ . }} {{ end }}
Posted