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 {