From 914b93989c1be19c918167f613012e9078fc2b1d Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 6 Aug 2019 03:48:29 -0700 Subject: [PATCH] Add the viewport meta tag and other similar things --- themes/vanilla/layouts/partials/head.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/vanilla/layouts/partials/head.html b/themes/vanilla/layouts/partials/head.html index 4d978d8..939d55f 100644 --- a/themes/vanilla/layouts/partials/head.html +++ b/themes/vanilla/layouts/partials/head.html @@ -1,7 +1,12 @@ - {{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }} + + + + + {{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }} +