diff --git a/build.sh b/build.sh
index 0ff96ec..75acf4e 100755
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,3 @@
#!/bin/bash
-hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;
+git pull;
+/home/linuxbrew/.linuxbrew/bin/hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;
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
+