diff --git a/Makefile b/Makefile index af1ddbb066..45985de1e7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ lint: $(docker) scripts/lint_site.sh serve: - $(docker) scripts/serve_site.sh + docker run -t -i --sig-proxy=true --rm -v $(shell pwd):/site -w /site -p 1313:1313 $(img) hugo serve --bind 0.0.0.0 --disableFastRender netlify: npm install -g html-minifier diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 96c010be24..e6ce43083e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,6 @@