diff --git a/themes/genezio-theme/layouts/_default/baseof.html b/themes/genezio-theme/layouts/_default/baseof.html index 854125e0..bff37711 100644 --- a/themes/genezio-theme/layouts/_default/baseof.html +++ b/themes/genezio-theme/layouts/_default/baseof.html @@ -1,5 +1,98 @@ + + + + + + + + {{ .Site.Title }}{{ if ne .Params.title "genezio" }} | {{ with .Params.title }}{{ . }}{{ end + }}{{ end }} + + + + + + + + + + + + + {{ if .IsHome }} + + {{ else }} + + {{ end }} + + + + + + + + + + + + + + + + + {{ block "meta_tags" . }}{{end}} + + + + + + + + {{- partial "head.html" . -}} {{ if or .Params.customHeader (eq .Params.title "Tutorials") (eq .Params.title "News") (eq diff --git a/themes/genezio-theme/layouts/index.html b/themes/genezio-theme/layouts/index.html index 70b1176a..a10d0b3f 100644 --- a/themes/genezio-theme/layouts/index.html +++ b/themes/genezio-theme/layouts/index.html @@ -1,4 +1,21 @@ -{{ define "main" }} +{{ define "meta_tags" }} + + +{{ end }} {{ define "main" }}