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