From 9176f98eb7fa33bee31efcf3aab619e39d0a05d4 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Wed, 23 Mar 2022 22:25:05 +0100 Subject: ref: Move fa to static file Move to 5.x and all files are now local in the static folder. --- themes/flamingo/layouts/_default/baseof.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/flamingo/layouts/_default/baseof.html') diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html index 7a1a139..ccec626 100644 --- a/themes/flamingo/layouts/_default/baseof.html +++ b/themes/flamingo/layouts/_default/baseof.html @@ -5,6 +5,9 @@ + + + {{ with .Site.Params.favicon }}{{ end }} {{ .Title }} | {{ .Site.Params.description }} @@ -13,9 +16,6 @@ {{ $styles := resources.Get "scss/main.scss" | resources.ToCSS | minify | fingerprint}} - - - {{ partial "meta" . }} -- cgit v1.2.3