From: Arnaud Guéras Date: Tue, 29 Oct 2024 15:37:58 +0000 (+0100) Subject: add seo sttuff X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a4f54a5ae29ea0590a27f7e2ad1802597ae1fde4;p=www-xenproject-org.git add seo sttuff --- diff --git a/themes/xen-project/assets/css/header.scss b/themes/xen-project/assets/css/header.scss index 56b7c0c..a7281b0 100644 --- a/themes/xen-project/assets/css/header.scss +++ b/themes/xen-project/assets/css/header.scss @@ -7,6 +7,7 @@ --nav-margin-left: 0; --header-height: 84px; --header-font-size: 16px; + background-color: var(--color-brand-surface); @include desktop { --gap: 40px; diff --git a/themes/xen-project/layouts/_default/baseof.html b/themes/xen-project/layouts/_default/baseof.html index dd09023..78298fc 100644 --- a/themes/xen-project/layouts/_default/baseof.html +++ b/themes/xen-project/layouts/_default/baseof.html @@ -1,8 +1,5 @@ - + {{ partial "head.html" . }} diff --git a/themes/xen-project/layouts/partials/head.html b/themes/xen-project/layouts/partials/head.html index 1ec3484..d7911cc 100644 --- a/themes/xen-project/layouts/partials/head.html +++ b/themes/xen-project/layouts/partials/head.html @@ -1,10 +1,41 @@ - - - - {{ if .IsHome }} - {{ site.Title }} - {{ else }} - {{ printf "%s | %s" .Title site.Title }} - {{ end }} - -{{ partialCached "head/css.html" . }} + + + + + + + {{ if .IsHome }} + {{ .Site.Title }} - Open Source Virtualization + {{ else }} + {{ .Title }} | + {{ .Site.Title }} + {{ end }} + + + {{ with .Params.keywords }}{{ end }} + + + + + + + + + + + + + + + + + + {{ partialCached "head/css.html" . }} +