From 8b888604a401c60c2021c9dc771e20640a359baa Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Sun, 23 Feb 2020 22:48:16 +0100 Subject: [PATCH] add meta description for google lighthouse --- archetypes/default.md | 1 + archetypes/posts.md | 1 + layouts/_default/baseof.html | 1 + 3 files changed, 3 insertions(+) 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}}