From 398eda4992ad73531f39595776c007014b3020c3 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sat, 1 Aug 2020 23:19:40 +0200 Subject: Add sass files --- layouts/partials/head.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e69de29..2b5566e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -0,0 +1,18 @@ + + + + + {{ .Title }} + + + + + + + {{ $style := resources.Get "sass/researcher.scss" | toCSS | minify }} + + + {{ with .Site.Params.favicon }} + + {{ end }} + -- cgit v1.2.3