From 8f0a7f09a684e3c7377987d2128835aabe046e42 Mon Sep 17 00:00:00 2001 From: Sandro Leuchter Date: Thu, 13 Feb 2020 00:57:16 +0100 Subject: fixed base of relative URLs --- layouts/partials/head.html | 14 +++++++------- layouts/partials/nav.html | 4 ++-- layouts/partials/part.html | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 15e6dbc..bc1a27a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,11 +6,11 @@ {{ with .Site.Params.author }}{{ end }} {{ with .Site.Params.description }}{{ end }} {{ with .OutputFormats.Get "rss" -}}{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}{{ end -}} - - - - - + + + + + {{ if .IsHome }}{{ $homepage := "Home" }}{{ .Site.Params.Title }}{{ else }}{{ .Title }} | {{ .Site.Params.Title }}{{ end }} {{ if not .Site.IsServer }} -{{ if .Site.Params.googleAnalytics }} - +{{ if .Site.Params.googleAnalytics }} +