diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 19:41:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-11 19:41:15 +0300 |
commit | 6ab715a032fe7a798bb8d530024abbd83c846238 (patch) | |
tree | 6c55a89e6016159f9651642ae58f35bfb558cb07 /_includes | |
parent | README: update (diff) | |
download | jekyll-theme-6ab715a032fe7a798bb8d530024abbd83c846238.tar.gz jekyll-theme-6ab715a032fe7a798bb8d530024abbd83c846238.zip |
footer: shorten the "generated on" note
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/common/footer.html | 2 |
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> |