Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/damiencaselli/hugo-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/bottom.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/bottom.html b/layouts/partials/bottom.html
index b7fc028..1a14b75 100644
--- a/layouts/partials/bottom.html
+++ b/layouts/partials/bottom.html
@@ -26,7 +26,7 @@
{{- end }}
</span>
- <!-- {{ hugo.BuildDate }} -->
+ {{ "<!-- Build date: " | safeHTML }}{{ (now.Format "Mon, 02 Jan 2006 15:04:05 MST") | safeHTML }}{{ " -->" | safeHTML }}
</footer>
</div>