diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-10-06 21:33:55 +0200 |
|---|---|---|
| committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-10-06 21:33:55 +0200 |
| commit | 412c104bebc507bea9c94fd53b5bdc4b64cbfe31 (patch) | |
| tree | a1653f8fea8ea7cabf6df5481c21ff02b9cd6df6 | |
| parent | 568553394d0a8b34668a75c9839a0f1f426469b2 (diff) | |
| download | website-412c104bebc507bea9c94fd53b5bdc4b64cbfe31.tar.gz website-412c104bebc507bea9c94fd53b5bdc4b64cbfe31.zip | |
config: Disable git info
The site is built outside of the repository.
| -rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 549eba9..87da669 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ enableRobotsTXT = true theme = ["docsy"] # Will give values to .Lastmod etc. -enableGitInfo = true +enableGitInfo = false # Language settings contentDir = "content/en" |
