From a74162777b8d9de254023b9dd7258767e8ef0188 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Thu, 5 Mar 2020 23:37:02 +0100 Subject: [PATCH] updated website --- Makefile | 2 ++ themes/hugo-theme-wave/layouts/partials/footer.html | 2 +- themes/hugo-theme-wave/static/css/mobile.css | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0c2c6b1 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + hugo diff --git a/themes/hugo-theme-wave/layouts/partials/footer.html b/themes/hugo-theme-wave/layouts/partials/footer.html index e3cb405..7ea9d4a 100644 --- a/themes/hugo-theme-wave/layouts/partials/footer.html +++ b/themes/hugo-theme-wave/layouts/partials/footer.html @@ -5,7 +5,7 @@ © {{ now.Format "2006" }} paulbsd.
{{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }} - + diff --git a/themes/hugo-theme-wave/static/css/mobile.css b/themes/hugo-theme-wave/static/css/mobile.css index 62495fa..4498300 100644 --- a/themes/hugo-theme-wave/static/css/mobile.css +++ b/themes/hugo-theme-wave/static/css/mobile.css @@ -14,7 +14,7 @@ #main { display: inline; float: left; - width: 70%; + width: 60%; margin: 0 0.7692307692308%; } #main-nav-mobile {