aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 15:13:51 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 15:13:51 +0300
commit8c549e54fb33cee78b74e942cb7284be3e9afe2b (patch)
tree32eba7e084bb2345c956ea38419c8592a37bdf83 /layouts
parent314fd719d318ebba7c85e50e621c021179054290 (diff)
Auto-commit 2024-12-15
Diffstat (limited to 'layouts')
-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 d2ac395..657e7b5 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -12,7 +12,7 @@
{{ with .GitInfo }}
<ul class="list-unstyled">
<li>Коммит: {{ .AbbreviatedHash }}</li>
- <li>Дата: {{ .AuthorDate.Format "2006-01-02" }}</li>
+ <li>Дата сборки: {{ .AuthorDate.Format "2006-01-02" }}</li>
</ul>
{{ end }}
</div>