From ef424582985cc88dbfc22609ef33e4b03ea595e2 Mon Sep 17 00:00:00 2001 From: imzeuk Date: Thu, 25 Apr 2019 08:50:34 +0800 Subject: fix assets url --- layouts/partials/head.html | 12 ++++++------ layouts/partials/js.html | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5091654..4809433 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -34,14 +34,14 @@ {{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }} - - - - - + + + + + {{ range .Site.Params.customCSS }} - + {{ end }} diff --git a/layouts/partials/js.html b/layouts/partials/js.html index 7422b3b..47f4cc2 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -1,8 +1,8 @@ - - - - - + + + + + -- cgit v1.2.3