From f9c9c23cdde45a37042799b02815d5c081b02743 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 24 Jul 2021 23:33:43 +0200 Subject: Regroup all static resources into the same folder (favicon and css) --- layouts/_default/baseof.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3a89fba..5b4f442 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,6 +5,7 @@ + {{ template "_internal/opengraph.html" . }} @@ -13,7 +14,7 @@ {{- $home := resources.Get "home.css" -}} {{- $pagination := resources.Get "pagination.css" -}} {{- $footer := resources.Get "footer.css" -}} - {{- $allCss := slice $base $header $home $pagination $footer | resources.Concat "css/all.css" | fingerprint | minify -}} + {{- $allCss := slice $base $header $home $pagination $footer | resources.Concat "static/all.css" | fingerprint | minify -}} {{ range .AlternativeOutputFormats -}} -- cgit v1.2.3