From 0bcfb160f1be37bd6d65786efe73052450384001 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sun, 20 Sep 2020 11:33:32 +0200 Subject: [PATCH] fix: use .RelPermalink to include CSS --- layouts/partials/footer/components/highlight.html | 4 ++-- layouts/partials/head/style.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/footer/components/highlight.html b/layouts/partials/footer/components/highlight.html index d428695..80ec266 100644 --- a/layouts/partials/footer/components/highlight.html +++ b/layouts/partials/footer/components/highlight.html @@ -1,4 +1,4 @@ {{- $light := resources.Get "css/highlight/light.css" | minify -}} {{- $dark := resources.Get "css/highlight/dark.css" | minify -}} - - \ No newline at end of file + + \ No newline at end of file diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html index 68b08ba..431e212 100644 --- a/layouts/partials/head/style.html +++ b/layouts/partials/head/style.html @@ -1,3 +1,3 @@ {{ $sass := resources.Get "scss/style.scss" }} {{ $style := $sass | resources.ToCSS | minify }} - \ No newline at end of file + \ No newline at end of file