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 "")) }} - {{ end }} + {{ end }} {{ 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 @@