aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/footer.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-11 19:41:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-11 19:41:15 +0300
commit6ab715a032fe7a798bb8d530024abbd83c846238 (patch)
tree6c55a89e6016159f9651642ae58f35bfb558cb07 /_includes/common/footer.html
parentREADME: update (diff)
downloadjekyll-theme-6ab715a032fe7a798bb8d530024abbd83c846238.tar.gz
jekyll-theme-6ab715a032fe7a798bb8d530024abbd83c846238.zip
footer: shorten the "generated on" note
Diffstat (limited to '')
-rw-r--r--_includes/common/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/footer.html b/_includes/common/footer.html
index 9bf9c76..6fe7d65 100644
--- a/_includes/common/footer.html
+++ b/_includes/common/footer.html
@@ -38,7 +38,7 @@
</div>
<div style="display: table-row;">
<div style="display: table-cell;">
- <div class="text-center text-muted">This version of the page was generated on {{ site.time | date: '%-d %B %Y' }}.</div>
+ <div class="text-center text-muted">This page was generated on {{ site.time | date: '%-d %B %Y' }}.</div>
</div>
</div>
</div>