From cdc4da40e4bfc29f1b477f9e452bb40a0b86c7bf Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Mon, 8 Aug 2022 21:00:45 +0200 Subject: [PATCH] updated style on website --- .gitignore | 1 + config.toml | 2 +- .../layouts/_default/summary.html | 2 +- .../layouts/partials/article_list.html | 2 +- .../layouts/partials/footer.html | 2 +- .../layouts/partials/head.html | 44 ++++++++-------- .../layouts/partials/home.html | 2 +- .../layouts/partials/profile.html | 2 +- .../layouts/partials/single_article.html | 2 +- .../layouts/partials/social.html | 50 +++++++++---------- .../layouts/partials/widgets/categories.html | 2 +- .../layouts/partials/widgets/search.html | 4 +- .../layouts/partials/widgets/tag_cloud.html | 2 +- .../layouts/partials/widgets/tags.html | 2 +- themes/hugo-theme-wave/static/css/mobile.css | 17 +++---- themes/hugo-theme-wave/static/css/style.css | 2 - 16 files changed, 67 insertions(+), 71 deletions(-) diff --git a/.gitignore b/.gitignore index 135a61d..aeadd9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.swp +*.lock /public /ressources diff --git a/config.toml b/config.toml index d3ee132..70e1c7b 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "//www.paulbsd.com/" +baseurl = "https://www.paulbsd.com" languageCode = "en-gb" title = "PaulBSD website" googleAnalytics = "" diff --git a/themes/hugo-theme-wave/layouts/_default/summary.html b/themes/hugo-theme-wave/layouts/_default/summary.html index 8df30fa..4ca5fe9 100644 --- a/themes/hugo-theme-wave/layouts/_default/summary.html +++ b/themes/hugo-theme-wave/layouts/_default/summary.html @@ -5,7 +5,7 @@ {{ if isset .Params "banner" }} - {{ else }} diff --git a/themes/hugo-theme-wave/layouts/partials/article_list.html b/themes/hugo-theme-wave/layouts/partials/article_list.html index 4a07266..ea25c69 100644 --- a/themes/hugo-theme-wave/layouts/partials/article_list.html +++ b/themes/hugo-theme-wave/layouts/partials/article_list.html @@ -14,7 +14,7 @@ {{ if and (isset .Params "banner") (not (eq .Params.banner "")) }} {{ partial "article_header" . }} diff --git a/themes/hugo-theme-wave/layouts/partials/footer.html b/themes/hugo-theme-wave/layouts/partials/footer.html index a00b64f..2e9dcb2 100644 --- a/themes/hugo-theme-wave/layouts/partials/footer.html +++ b/themes/hugo-theme-wave/layouts/partials/footer.html @@ -9,7 +9,7 @@ - diff --git a/themes/hugo-theme-wave/layouts/partials/head.html b/themes/hugo-theme-wave/layouts/partials/head.html index 8cb1930..2e5cb9e 100644 --- a/themes/hugo-theme-wave/layouts/partials/head.html +++ b/themes/hugo-theme-wave/layouts/partials/head.html @@ -9,16 +9,16 @@ {{ end }} - - - - - - - - - - + + + + + + + + + + @@ -29,16 +29,16 @@ }); - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/home.html b/themes/hugo-theme-wave/layouts/partials/home.html index 0ab5f0b..ff31987 100644 --- a/themes/hugo-theme-wave/layouts/partials/home.html +++ b/themes/hugo-theme-wave/layouts/partials/home.html @@ -1,5 +1,5 @@
- +
\ No newline at end of file diff --git a/themes/hugo-theme-wave/layouts/partials/profile.html b/themes/hugo-theme-wave/layouts/partials/profile.html index b0f0b5d..4db13d0 100644 --- a/themes/hugo-theme-wave/layouts/partials/profile.html +++ b/themes/hugo-theme-wave/layouts/partials/profile.html @@ -1,7 +1,7 @@