From c44467ce231bb7e132b9047b544fa0a8b930fe53 Mon Sep 17 00:00:00 2001 From: Shaform Date: Fri, 23 Nov 2018 20:20:39 -0500 Subject: fix urls when baseURL is not at root --- layouts/partials/docs/html-head.html | 4 ++-- layouts/partials/docs/mobile-header.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index f7feadb..0110074 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -3,7 +3,7 @@ {{- template "title" . }} | {{ .Site.Title -}} - + {{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} - \ No newline at end of file + diff --git a/layouts/partials/docs/mobile-header.html b/layouts/partials/docs/mobile-header.html index adb99cc..3517fe6 100644 --- a/layouts/partials/docs/mobile-header.html +++ b/layouts/partials/docs/mobile-header.html @@ -1,4 +1,4 @@ -{{- template "title" . }} \ No newline at end of file +{{- template "title" . }} -- cgit v1.2.3