aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-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>