From 8a0345ab6243028e742914853019b98203fd08d3 Mon Sep 17 00:00:00 2001 From: Twann Date: Fri, 3 Feb 2023 15:17:35 +0100 Subject: [PATCH] upload layouts --- layouts/partials/favicon.html | 2 ++ layouts/partials/seo_tags.html | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 layouts/partials/favicon.html create mode 100644 layouts/partials/seo_tags.html diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html new file mode 100644 index 0000000..5bfebc9 --- /dev/null +++ b/layouts/partials/favicon.html @@ -0,0 +1,2 @@ +{{ with .Site.Params.favicon }} +{{ end }} diff --git a/layouts/partials/seo_tags.html b/layouts/partials/seo_tags.html new file mode 100644 index 0000000..95b5cf7 --- /dev/null +++ b/layouts/partials/seo_tags.html @@ -0,0 +1,13 @@ + + + + + + +{{ template "_internal/opengraph.html" . }} + + +{{ template "_internal/twitter_cards.html" . }} + + +{{ template "_internal/schema.html" . }}