diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-31 02:58:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-31 02:58:34 +0300 |
commit | 0554446927bcc11c49f0eea3a87789e2717b06f3 (patch) | |
tree | c958a7c121137b7e5f316ffdfcf9e77eb4f82809 /_includes | |
parent | std::call_once: fix a link (diff) | |
download | jekyll-theme-0554446927bcc11c49f0eea3a87789e2717b06f3.tar.gz jekyll-theme-0554446927bcc11c49f0eea3a87789e2717b06f3.zip |
footer update
Diffstat (limited to '')
-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 0273971..c5c99f4 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 blog 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> |