From fd7ba24a445e9b68538a2e378a7282b5b0937e6b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 15 Apr 2022 17:13:01 +0300 Subject: footer: "Last update" -> "Build" --- _includes/jekyll-theme/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: click here{% 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 %} -- cgit v1.2.3