From 2884ee205532d0608b968aa62549202f9cc00148 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Mon, 20 Jul 2020 19:17:39 +0530 Subject: [PATCH] add styles from assets - bundle an-old-hope and style - minify --- layouts/partials/header.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index dd941ec9..95d2182a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -15,8 +15,10 @@ {{- end }} - - + {{ $anoldhope := resources.Get "an-old-hope.min.css" | minify }} + {{ $style := resources.Get "style.css" | minify }} + {{ $stylesheet := slice $anoldhope $style | resources.Concat "stylesheet.css" | minify }} +