From 18148dbc4f699d8fa549d4d6293bbfa63310d042 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 22 Aug 2020 16:14:12 +0200 Subject: [PATCH] Place webfont at the bottom of the page --- layouts/partials/footer/style.html | 1 + layouts/partials/head/style.html | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/footer/style.html b/layouts/partials/footer/style.html index e69de29..f4f83f1 100644 --- a/layouts/partials/footer/style.html +++ b/layouts/partials/footer/style.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/partials/head/style.html b/layouts/partials/head/style.html index 3dfc2bd..68b08ba 100644 --- a/layouts/partials/head/style.html +++ b/layouts/partials/head/style.html @@ -1,5 +1,3 @@ - - {{ $sass := resources.Get "scss/style.scss" }} {{ $style := $sass | resources.ToCSS | minify }} \ No newline at end of file