diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-15 17:13:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-15 17:13:01 +0300 |
commit | fd7ba24a445e9b68538a2e378a7282b5b0937e6b (patch) | |
tree | d0fb35fe03abcba9ca5bfcb5144a95f9b0a30a01 | |
parent | footer: sort out item separation (diff) | |
download | jekyll-theme-fd7ba24a445e9b68538a2e378a7282b5b0937e6b.tar.gz jekyll-theme-fd7ba24a445e9b68538a2e378a7282b5b0937e6b.zip |
footer: "Last update" -> "Build"
-rw-r--r-- | _includes/jekyll-theme/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/footer.html b/_includes/jekyll-theme/footer.html index 35887d0..acea458 100644 --- a/_includes/jekyll-theme/footer.html +++ b/_includes/jekyll-theme/footer.html @@ -32,7 +32,7 @@ {% capture license_text %}License: <a href="{{ license_file }}">click here</a>{% endcapture %} {% endif %} -{% capture timestamp_text %}Last update: {{ site.time | date: '%-d %B %Y' }}{% endcapture %} +{% capture timestamp_text %}Build: {{ site.time | date: '%-d %B %Y' }}{% endcapture %} {% assign footer_items = '' | split: '' %} {% if license_text %} |