From 380ce3399b473b0a61c41187b44f8d8e4c18c3a2 Mon Sep 17 00:00:00 2001 From: tudorAng Date: Wed, 17 Jan 2024 14:09:23 +0200 Subject: [PATCH 1/2] meta tags --- .../layouts/_default/baseof.html | 93 +++++++++++++++++++ themes/genezio-theme/layouts/index.html | 15 +++ 2 files changed, 108 insertions(+) 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..f73ee822 100644 --- a/themes/genezio-theme/layouts/index.html +++ b/themes/genezio-theme/layouts/index.html @@ -1,3 +1,18 @@ +{{ define "meta_tags" }} + + + +{{ end }} + {{ define "main" }}
From 0d43944efb00a5bd5163c0e933fe1c67248eae25 Mon Sep 17 00:00:00 2001 From: tudorAng Date: Wed, 17 Jan 2024 14:12:15 +0200 Subject: [PATCH 2/2] remove lottie --- themes/genezio-theme/layouts/index.html | 26 +++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/themes/genezio-theme/layouts/index.html b/themes/genezio-theme/layouts/index.html index f73ee822..a10d0b3f 100644 --- a/themes/genezio-theme/layouts/index.html +++ b/themes/genezio-theme/layouts/index.html @@ -1,19 +1,21 @@ {{ define "meta_tags" }} - -{{ end }} - -{{ define "main" }} +{{ end }} {{ define "main" }}