From 603b8c63f89a63c4074700d228ee9078a1fb2545 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 6 Nov 2022 22:58:22 +0100 Subject: [PATCH] Again lot of cosmetic changes --- .gitignore | 3 ++- themes/chosto/layouts/_default/single.html | 25 ++++++++++++------ themes/chosto/layouts/partials/navbar.html | 2 +- .../chosto/layouts/partials/pagination.html | 2 +- themes/chosto/static/css/bulma.min.css | 2 +- themes/chosto/static/css/custom.css | 15 +++++++++++ .../font/Nunito-Italic-VariableFont_wght.ttf | Bin 0 -> 280276 bytes themes/chosto/static/font/Nunito-Regular.ttf | Bin 0 -> 131736 bytes themes/chosto/static/font/Nunito-Regular.woff | Bin 0 -> 66192 bytes .../chosto/static/font/Nunito-Regular.woff2 | Bin 0 -> 47592 bytes .../static/font/Nunito-VariableFont_wght.ttf | Bin 0 -> 275644 bytes themes/chosto/static/font/Nunito.zip | Bin 0 -> 1255080 bytes 12 files changed, 37 insertions(+), 12 deletions(-) create mode 100644 themes/chosto/static/font/Nunito-Italic-VariableFont_wght.ttf create mode 100644 themes/chosto/static/font/Nunito-Regular.ttf create mode 100644 themes/chosto/static/font/Nunito-Regular.woff create mode 100644 themes/chosto/static/font/Nunito-Regular.woff2 create mode 100644 themes/chosto/static/font/Nunito-VariableFont_wght.ttf create mode 100644 themes/chosto/static/font/Nunito.zip diff --git a/.gitignore b/.gitignore index 5a471ee..a2b12f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ resources public -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +bulma diff --git a/themes/chosto/layouts/_default/single.html b/themes/chosto/layouts/_default/single.html index 1a7656b..62dfc37 100644 --- a/themes/chosto/layouts/_default/single.html +++ b/themes/chosto/layouts/_default/single.html @@ -29,9 +29,9 @@ {{ else }}
{{ end }} -
+
-
+
{{ with .Params.imgExplanation }}
@@ -40,9 +40,17 @@
{{ end }} - + {{ with .Params.summary }} -
+
+
+ {{ . }} +
+
+ {{ end }} + + {{ with .Params.intro }} +
{{ . }}
@@ -50,7 +58,7 @@ {{ end }} {{ if (and (not .Params.notoc) (gt .WordCount 600)) }} -
+