diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 15:13:51 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 15:13:51 +0300 |
commit | 8c549e54fb33cee78b74e942cb7284be3e9afe2b (patch) | |
tree | 32eba7e084bb2345c956ea38419c8592a37bdf83 /layouts | |
parent | 314fd719d318ebba7c85e50e621c021179054290 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 2 |
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> |