From 500fc9434cb4022ec47deeff38bbcad7845aeca4 Mon Sep 17 00:00:00 2001 From: Oskar Roesler Date: Mon, 28 Dec 2020 04:31:24 +0100 Subject: Upgrade Fontawesome to version 5 (#95) --- layouts/partials/footer.html | 90 +++++++++++++++++++++---------------------- layouts/partials/head.html | 10 ++--- layouts/partials/sidebar.html | 80 +++++++++++++++++++------------------- 3 files changed, 90 insertions(+), 90 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 67c62f5..9797cb0 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,8 +8,8 @@
  • - - + +
  • @@ -18,19 +18,19 @@
  • - - + +
  • {{ end }} - + {{ with .Site.Params.social.twitter }}
  • - - + +
  • @@ -39,8 +39,8 @@
  • - - + +
  • @@ -49,8 +49,8 @@
  • - - + +
  • @@ -60,8 +60,8 @@
  • - - + +
  • @@ -72,8 +72,8 @@
  • - - + +
  • @@ -82,8 +82,8 @@
  • - - + +
  • @@ -92,8 +92,8 @@
  • - - + +
  • @@ -102,8 +102,8 @@
  • - - + +
  • @@ -112,8 +112,8 @@
  • - - + +
  • @@ -122,8 +122,8 @@
  • - - + +
  • @@ -132,8 +132,8 @@
  • - - + +
  • @@ -142,8 +142,8 @@
  • - - + +
  • @@ -152,8 +152,8 @@
  • - - + +
  • @@ -162,8 +162,8 @@
  • - - + +
  • @@ -172,8 +172,8 @@
  • - - + +
  • @@ -182,8 +182,8 @@
  • - - + +
  • @@ -192,8 +192,8 @@
  • - - + +
  • @@ -228,14 +228,14 @@ } - @@ -59,9 +59,9 @@ - + - + {{ range .Site.Params.custom_css -}} @@ -73,10 +73,10 @@ --> - + - + diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 4026e87..2e293ed 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -13,13 +13,13 @@
    FEATURED TAGS
    - {{ $featured_condition_size := .Site.Params.featured_condition_size }} + {{ $featured_condition_size := .Site.Params.featured_condition_size }} {{ range $name, $taxonomy := .Site.Taxonomies.tags }} - {{ if gt (len $taxonomy.Pages) $featured_condition_size }} + {{ if gt (len $taxonomy.Pages) $featured_condition_size }} {{ $name }} - {{ end }} + {{ end }} {{ end }}
    @@ -39,13 +39,13 @@

    {{ . }}

    {{ end }} -