From 2c4f537f7493c313d570a140fc242b92c9c21e1a Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 29 Apr 2023 14:10:39 +0530 Subject: [PATCH] Add meta generator tag --- layouts/partials/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 48661d0..05e2527 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,6 +4,7 @@ {{ if not .IsHome }}{{ with .Title }}{{ . }} | {{ end }}{{ end }}{{ site.Title }} + {{- $styles := (resources.Get "styles.css") | minify }} {{- $chromastyles := (resources.Get "chromastyles.css") | minify }} @@ -26,4 +27,4 @@ window.addEventListener('load', () => { quicklink.listen(); }); - \ No newline at end of file +