1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

remove commit hash from footer to improve caching

This commit is contained in:
2019-11-09 20:50:08 -05:00
parent dc7816b7e6
commit 204479a882
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ languageCode = "en-us"
title = "Jake Jarvis"
# increase timeout for image processing
timeout = 60000
timeout = 120000
canonifyURLs = true

View File

@ -2,4 +2,4 @@
</html>
{{"<!--" | safeHTML}} {{ hugo.Environment }} {{"-->" | safeHTML}}
{{"<!--" | safeHTML}} {{ hugo.Version }} ({{ hugo.CommitHash }}) {{"-->" | safeHTML}}
{{"<!--" | safeHTML}} {{ hugo.Version }} {{"-->" | safeHTML}}