From f57c466c93cbebec1cb14ac6dcb61e98c92b06e5 Mon Sep 17 00:00:00 2001 From: Pau Trepat Segura Date: Mon, 20 Jul 2020 03:58:37 +0200 Subject: [PATCH] Remove font-awesome and migrate its icons --- layouts/_default/single.html | 2 +- layouts/partials/header.html | 4 +- layouts/partials/home.html | 2 +- layouts/partials/next-prev-navigator.html | 4 +- layouts/partials/scripts.html | 2 +- static/assets/css/about.css | 2 +- static/assets/css/fontello.css | 69 ++++++++++++++++++++++ static/assets/css/home.css | 2 +- static/assets/css/style.css | 19 ++++++ static/assets/font/fontello.eot | Bin 0 -> 8232 bytes static/assets/font/fontello.svg | 34 +++++++++++ static/assets/font/fontello.ttf | Bin 0 -> 8064 bytes static/assets/font/fontello.woff | Bin 0 -> 4980 bytes static/assets/font/fontello.woff2 | Bin 0 -> 4092 bytes static/assets/js/list.js | 4 +- static/assets/js/single.js | 2 +- 16 files changed, 133 insertions(+), 13 deletions(-) create mode 100644 static/assets/css/fontello.css create mode 100644 static/assets/font/fontello.eot create mode 100644 static/assets/font/fontello.svg create mode 100644 static/assets/font/fontello.ttf create mode 100644 static/assets/font/fontello.woff create mode 100644 static/assets/font/fontello.woff2 diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d8be36a..a148f29 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -36,7 +36,7 @@ {{ if .Site.Params.GitRepo }}
- + Improve This Page
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 09597e4..6ef5677 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -12,9 +12,7 @@ - - - + diff --git a/layouts/partials/home.html b/layouts/partials/home.html index 2f825a7..1835c3d 100644 --- a/layouts/partials/home.html +++ b/layouts/partials/home.html @@ -27,7 +27,7 @@ {{ if .Site.Data.sections }} {{ range first 1 (where (sort .Site.Data.sections "section.weight") ".section.enable" true) }} - + {{ end }} {{ end }} diff --git a/layouts/partials/next-prev-navigator.html b/layouts/partials/next-prev-navigator.html index eca6632..01fe294 100644 --- a/layouts/partials/next-prev-navigator.html +++ b/layouts/partials/next-prev-navigator.html @@ -6,7 +6,7 @@ {{ if (in site.Params.mainSections .Next.Type) }}