From 1619deac118674921cc9ca01fc5d7778e37be463 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 29 Apr 2022 01:57:16 +0200 Subject: footer: ISO build date format --- _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 1803d9e..6fe10b3 100644 --- a/_includes/jekyll-theme/footer.html +++ b/_includes/jekyll-theme/footer.html @@ -32,7 +32,7 @@ {% capture license_text %}License: view{% endcapture %} {% endif %} -{% capture timestamp_text %}Build: {{ site.time | date: '%-d %B %Y' }}{% endcapture %} +{% capture timestamp_text %}Build: {{ site.time | date: '%F' }}{% endcapture %} {% capture theme_text %}jekyll-theme{% endcapture %} {% assign footer_items = '' | split: '' %} -- cgit v1.2.3