aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-29 01:57:16 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-29 01:57:16 +0200
commit1619deac118674921cc9ca01fc5d7778e37be463 (patch)
treee35e86ec6a0c6d5f320a28fd897739a2bb6076e4
parentposts: even feed entry padding values (diff)
downloadjekyll-theme-1619deac118674921cc9ca01fc5d7778e37be463.tar.gz
jekyll-theme-1619deac118674921cc9ca01fc5d7778e37be463.zip
footer: ISO build date format
-rw-r--r--_includes/jekyll-theme/footer.html2
1 files changed, 1 insertions, 1 deletions
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: <a href="{{ license_file }}">view</a>{% 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 %}<a href="https://egor-tensin.github.io/jekyll-theme/">jekyll-theme</a>{% endcapture %}
{% assign footer_items = '' | split: '' %}