diff options
-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 %} |