From 8b538479a2b476c99ee13ea976cc6e3d3ff98072 Mon Sep 17 00:00:00 2001 From: Elnu <9874955+ElnuDev@users.noreply.github.com> Date: Mon, 28 Feb 2022 14:22:11 -0800 Subject: [PATCH 1/2] Improve Matomo tracking script indentation --- .../layouts/partials/head.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/themes/tegakituesday.com/layouts/partials/head.html b/themes/tegakituesday.com/layouts/partials/head.html index d88b01d..460fd59 100644 --- a/themes/tegakituesday.com/layouts/partials/head.html +++ b/themes/tegakituesday.com/layouts/partials/head.html @@ -28,18 +28,18 @@ secondary.addEventListener("touchmove", scrollHandler); - \ No newline at end of file + From be20e4c908a1ccf493bb04f43e010eb0f5a9ea39 Mon Sep 17 00:00:00 2001 From: Elnu <9874955+ElnuDev@users.noreply.github.com> Date: Mon, 28 Feb 2022 14:22:30 -0800 Subject: [PATCH 2/2] Pull in build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 0ff96ec..8d8178b 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,3 @@ #!/bin/bash +git pull; hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;