From 87a5e57f937061fddd81500061ba4da79d5ce96b Mon Sep 17 00:00:00 2001 From: "Aaron N. Brock" Date: Thu, 1 Oct 2020 21:37:28 -0400 Subject: [PATCH] readd the magnific-popup.css I removed --- layouts/partials/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0da4431..7c840d1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -12,6 +12,9 @@ {{ "" | safeHTML }} + {{ "" | safeHTML }} + + {{ "" | safeHTML }} {{ $style := resources.Get "scss/style.scss" | resources.ToCSS | minify }}