From 363b7109627dcb2140f44488ba577e5cb4fa4d23 Mon Sep 17 00:00:00 2001 From: b1tk3y Date: Tue, 6 Apr 2021 17:13:03 +0900 Subject: fix js url error: remove double slash after Site.BaseURL --- layouts/partials/head.html | 6 +++--- layouts/partials/journal.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index bf58d73..769158f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -55,7 +55,7 @@ {{ end }} - + @@ -66,9 +66,9 @@ {{ if and (not (.Params.disableToC) ) (.IsPage) }} {{ if .Site.Params.disableAutoCollapse }} - + {{ else }} - + {{ end }} {{ end }} diff --git a/layouts/partials/journal.html b/layouts/partials/journal.html index 2f89c96..6c2fd48 100644 --- a/layouts/partials/journal.html +++ b/layouts/partials/journal.html @@ -109,4 +109,4 @@ app = new Vue({ }); - \ No newline at end of file + -- cgit v1.2.3