diff --git a/archetypes/default.md b/archetypes/default.md index 63c1c63f..c98b02ae 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,6 +2,7 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true +description: comments: false images: --- diff --git a/archetypes/posts.md b/archetypes/posts.md index fe052618..cade9196 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -2,6 +2,7 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true +description: toc: false images: tags: diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7f09c900..9a8302fd 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,6 +9,7 @@ {{- end }} + {{- partial "structured-data.html" . }} {{- partial "favicons.html" }} {{.Title}}