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

github.com/damiencaselli/paperback.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:35:46 +0300
committerDamien Caselli <damien.caselli@manomano.com>2021-04-02 11:35:46 +0300
commitdce9cf5d02f44ea855a4f804444fa559b8e047c0 (patch)
treedd7a302995230be1581bcf9a1de826962164b630
parente8769ae3cfab943115a6ee7694d4fb029c5cc1c7 (diff)
fix: update build date display
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index a9c76b8..35e2a38 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,5 +3,5 @@
{{ partial "analytics.html" . }}
- <!-- {{ hugo.BuildDate }} -->
+ {{ "<!-- Build date: " | safeHTML }}{{ (now.Format "Mon, 02 Jan 2006 15:04:05 MST") | safeHTML }}{{ " -->" | safeHTML }}
</footer>