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:
authorDamien Caselli <damien.caselli@manomano.com>2021-04-02 11:01:43 +0300
committerDamien Caselli <damien.caselli@manomano.com>2021-04-02 11:01:43 +0300
commitc146fda6363974aaf97d6f3a20a0dad47c802c31 (patch)
tree09aaa130e0f099091ca08e223adb7e1a2cbc73e0
parent081c58c1ddfdc5ccb61a19da200c9c570bd3a9e8 (diff)
fix: properly display build date comment
-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>