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 +++--- themes/flamingo/layouts/partials/header.html | 2 +- themes/flamingo/layouts/partials/post-description.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'themes/flamingo/layouts') 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" . }} diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html index 11929c4..a060f18 100644 --- a/themes/flamingo/layouts/partials/header.html +++ b/themes/flamingo/layouts/partials/header.html @@ -12,7 +12,7 @@
  • - resume + resume
  • diff --git a/themes/flamingo/layouts/partials/post-description.html b/themes/flamingo/layouts/partials/post-description.html index d542877..ae79de6 100644 --- a/themes/flamingo/layouts/partials/post-description.html +++ b/themes/flamingo/layouts/partials/post-description.html @@ -21,7 +21,7 @@ class="brand-icon" target="_blank" href="https://www.linkedin.com/in/gabriel-giovanini/"> - + .

    -- cgit v1.2.3