From 1ad7849960a652f2cdcf87a1b1623dff1c6ba8c3 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Mon, 14 Dec 2020 09:07:56 +0100 Subject: [PATCH] adjustments to head meta tags --- content/articles/_index.md | 2 +- .../layouts/partials/head.html | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/content/articles/_index.md b/content/articles/_index.md index 5234bda..3b8e31e 100644 --- a/content/articles/_index.md +++ b/content/articles/_index.md @@ -1,5 +1,5 @@ +++ -title = "Jefklak's Retro Gaming Codex" +title = "Retro Gaming" +++  Codex |  Articles |  Guides |  Reviews. diff --git a/themes/jefklak-creative-portfolio/layouts/partials/head.html b/themes/jefklak-creative-portfolio/layouts/partials/head.html index 28dc332..293744b 100644 --- a/themes/jefklak-creative-portfolio/layouts/partials/head.html +++ b/themes/jefklak-creative-portfolio/layouts/partials/head.html @@ -1,15 +1,18 @@ -{{ with .Title }}{{ . }}{{ end }} +{{ .Title }} | {{ .Site.Title }} + {{ if .Description }} - + + {{ else }} - + + {{ end }} {{ if .Keywords }} @@ -20,8 +23,7 @@ - - + {{ if .Params.image }}