From 9536dd5733b09e1a41fff2ea2d57a278c76bbd43 Mon Sep 17 00:00:00 2001
From: Micressor <micressor@secure.mailbox.org>
Date: Mon, 10 Dec 2018 12:45:38 +0100
Subject: [PATCH] README.md: Add --enableGitInfo option

* Used in sitemap.xml <lastmod/>
* Used in ATOM feed <updated/>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cb15dbd..be561c6 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ $ git clone https://code.briarproject.org/briar/website.git
 Test page with local hugo webserver:
 
 ```
-hugo server -D
+hugo server -D --enableGitInfo
 ```
 
 Generate static hugo pages:
 
 ```
-hugo
+hugo --enableGitInfo
 ```
 
 ## Content Types
-- 
GitLab