From 1420145e9f06c7e689db503bc247a72e54b71ae3 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 30 Aug 2024 18:19:27 +0200 Subject: [PATCH] Site update (#1591) Follow up to speed up the site redirect process --------- Signed-off-by: Alfredo Garcia Signed-off-by: Alfredo Garcia --- .../template/layouts/_default/baseof.html | 29 ------------------- 1 file changed, 29 deletions(-) diff --git a/site/themes/template/layouts/_default/baseof.html b/site/themes/template/layouts/_default/baseof.html index 06554bbb1d..28655463ff 100644 --- a/site/themes/template/layouts/_default/baseof.html +++ b/site/themes/template/layouts/_default/baseof.html @@ -2,36 +2,7 @@ - - - - {{ if .Title }}{{ .Title }}{{ else }}Documentation{{ end }} - {{ with .Site.Params.description }}{{ end }} - {{ with .Site.Params.author }}{{ end }} - {{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "enableSourceMap" true "includePaths" (slice "node_modules/myscss")) }} - {{ $style := resources.Get "scss/site.scss" | resources.ToCSS $options }} - - - - {{ with .OutputFormats.Get "RSS" -}} - {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} - {{- end }} - {{ partial "header" . }} - {{ block "main" . }}{{ end }} - {{ partial "getting-started" . }} - {{ partial "footer" . }} - {{ if .Site.Params.docs_search }} - - - {{ end }}