diff --git a/build.py b/build.py
index 1e7a4b4d3f36e810b0f4345aa2c321a1f45a8cc6..a89eab77381f271ed9dd74fcc12084071182f60f 100755
--- a/build.py
+++ b/build.py
@@ -32,7 +32,7 @@ def checkHtml(file):
     return "checkHtml: " + file + " is NOT valid"
 
 if __name__ == "__main__":
-  os.system('hugo --enableGitInfo --cleanDestinationDir')
+  os.system('hugo --cleanDestinationDir')
   atom = checkAtom('public/index.xml')
   print atom
   html = checkHtml('public/index.html')
diff --git a/content/news/2017-beta-released-security-audit.md b/content/news/2017-beta-released-security-audit.md
index 0a76bacaf44ddf519038374bbd39dd2d3535960e..939d1b950e0186f1031dfd6c3de9aae15532c179 100644
--- a/content/news/2017-beta-released-security-audit.md
+++ b/content/news/2017-beta-released-security-audit.md
@@ -1,7 +1,7 @@
 ---
 aliases:
 - /news/2017-beta-released-security-audit.html
-date: 2017-07-21T00:00:00+01:00
+date: 2017-07-21T00:00:00+00:00
 title: 'Briar - Darknet Messenger Releases Beta, Passes Security Audit'
 ---
 
diff --git a/content/news/2018-1.0-released-new-funding.md b/content/news/2018-1.0-released-new-funding.md
index b43b8f4e6253b960ee19179d729e2e71aae2ec46..313b2ffd6d1bdb0e1d60ee968eeecb68e8d6c184 100644
--- a/content/news/2018-1.0-released-new-funding.md
+++ b/content/news/2018-1.0-released-new-funding.md
@@ -1,7 +1,7 @@
 ---
 aliases:
 - /news/2018-1.0-released-new-funding.html
-date: 2018-05-09T00:00:00+02:00
+date: 2018-05-09T00:00:00+00:00
 title: 'Briar - Secure P2P Messenger Releases First Version, Receives New Funding'
 ---
 
diff --git a/content/news/2018-briar-1.1-released.md b/content/news/2018-briar-1.1-released.md
index 73baf8667226d1f026fb0599deb047a161ea8ff0..ad65c9eddaea90ad580696c5a9136608421130fc 100644
--- a/content/news/2018-briar-1.1-released.md
+++ b/content/news/2018-briar-1.1-released.md
@@ -1,7 +1,7 @@
 ---
 aliases:
 - /news/2018-briar-1.1-released.html
-date: 2018-09-14T00:00:00+02:00
+date: 2018-09-14T00:00:00+00:00
 title: 'Briar 1.1 released with dark theme, new emoji and more'
 ---
 
diff --git a/content/news/2019-briar-1.2-released-remote-contacts.md b/content/news/2019-briar-1.2-released-remote-contacts.md
index e2eaedebfcb20937be83db6de5d21f2cbbb64a87..d8fbe678ab6be66e897c0459eca329031cf5f063 100644
--- a/content/news/2019-briar-1.2-released-remote-contacts.md
+++ b/content/news/2019-briar-1.2-released-remote-contacts.md
@@ -1,7 +1,7 @@
 ---
 aliases:
 - /news/2019-briar-1.2-released-remote-contacts.html
-date: 2019-10-01T00:00:00+02:00
+date: 2019-11-06T00:00:00+00:00
 title: 'Briar 1.2 released, contacts can now be added by exchanging links'
 ---
 
diff --git a/test.py b/test.py
index bff04a11fe2874e0f9bbff98da4887237673b65a..b05ae480ab2578635ec88d24e3bb28e95025f084 100755
--- a/test.py
+++ b/test.py
@@ -1,4 +1,4 @@
 #!/usr/bin/python
 import os
 
-os.system('hugo server -D --enableGitInfo')
+os.system('hugo server -D')