From b8c709e73559476677dfcd1c5ab4d33856d7c751 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 10 Feb 2020 21:30:40 +0100 Subject: SEO --- layouts/partials/seo.html | 81 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 layouts/partials/seo.html (limited to 'layouts/partials') diff --git a/layouts/partials/seo.html b/layouts/partials/seo.html new file mode 100644 index 0000000..46b0c29 --- /dev/null +++ b/layouts/partials/seo.html @@ -0,0 +1,81 @@ + + + + {{ with .Site.Params.gravatar }} + + {{- else -}} + {{ with .Site.Params.profilePicture }} + + {{- end -}} + {{ end }} + + {{ if eq .Type "post" }} + + + + + + + + + + + {{ else }} + + + + {{- if .IsHome }} + + + + {{- else -}} + + + + {{- end -}} + + {{ end }} + + + + {{ if eq .Type "post" }} + + {{ end }} -- cgit v1.2.1