From 7e86971cf714f3c00a1c91a397816663987f69fc Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 1 Mar 2022 11:11:15 +0100 Subject: Remove external resources --- themes/blog.jaseg.de/layouts/_default/list.html | 2 +- themes/blog.jaseg.de/layouts/index.html | 2 +- .../blog.jaseg.de/layouts/partials/head_custom.html | 12 ++---------- themes/blog.jaseg.de/static/css/style.css | 3 +-- themes/blog.jaseg.de/static/css/webfonts.css | 18 ++++++++++++++++++ themes/blog.jaseg.de/static/favicon.ico | Bin 0 -> 32038 bytes themes/blog.jaseg.de/static/fonts/baloo.ttf | Bin 0 -> 69940 bytes .../blog.jaseg.de/static/fonts/source-serif-pro.ttf | Bin 0 -> 50724 bytes themes/blog.jaseg.de/static/fonts/ubuntu-mono.ttf | Bin 0 -> 55144 bytes 9 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 themes/blog.jaseg.de/static/css/webfonts.css create mode 100644 themes/blog.jaseg.de/static/favicon.ico create mode 100644 themes/blog.jaseg.de/static/fonts/baloo.ttf create mode 100644 themes/blog.jaseg.de/static/fonts/source-serif-pro.ttf create mode 100644 themes/blog.jaseg.de/static/fonts/ubuntu-mono.ttf (limited to 'themes') diff --git a/themes/blog.jaseg.de/layouts/_default/list.html b/themes/blog.jaseg.de/layouts/_default/list.html index 41d9d89..7f6e88c 100644 --- a/themes/blog.jaseg.de/layouts/_default/list.html +++ b/themes/blog.jaseg.de/layouts/_default/list.html @@ -10,7 +10,7 @@ {{ range (where .Data.Pages "Section" "!=" "") }}
  • {{ .Date.Format "2006/01/02" }} - {{ .Title }} + {{ .Title }}
  • {{ end }} diff --git a/themes/blog.jaseg.de/layouts/index.html b/themes/blog.jaseg.de/layouts/index.html index 0c885ce..5b202e0 100644 --- a/themes/blog.jaseg.de/layouts/index.html +++ b/themes/blog.jaseg.de/layouts/index.html @@ -6,7 +6,7 @@ {{ range (where site.RegularPages "Section" "==" "posts") }}
  • {{ .Date.Format "2006/01/02" }} - {{ .Title }} + {{ .Title }}
  • {{ end }} diff --git a/themes/blog.jaseg.de/layouts/partials/head_custom.html b/themes/blog.jaseg.de/layouts/partials/head_custom.html index 6520ca0..cb1a57b 100644 --- a/themes/blog.jaseg.de/layouts/partials/head_custom.html +++ b/themes/blog.jaseg.de/layouts/partials/head_custom.html @@ -1,12 +1,4 @@
    - - - - -