diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-31 02:58:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-31 02:58:44 +0300 |
commit | 1d58153daa7e7b16a67a5f918a6155b2997927e2 (patch) | |
tree | 002cdb085bdeeb65493458607ca9f44db326b064 /_includes/common | |
parent | code style (diff) | |
download | egor-tensin.github.io-1d58153daa7e7b16a67a5f918a6155b2997927e2.tar.gz egor-tensin.github.io-1d58153daa7e7b16a67a5f918a6155b2997927e2.zip |
footer update
Diffstat (limited to '_includes/common')
-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 282c768..f03be73 100644 --- a/_includes/common/footer.html +++ b/_includes/common/footer.html @@ -11,7 +11,7 @@ </div> <div style="display: table-row;"> <div style="display: table-cell;"> - <div class="text-center text-muted"><small>This page was last updated on: {{ site.time | date_to_long_string }}.</small></div> + <div class="text-center text-muted"><small>This version of the page was generated on {{ site.time | date_to_long_string }}.</small></div> </div> </div> </div> |