diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-29 01:57:16 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-29 01:57:16 +0200 |
commit | 1619deac118674921cc9ca01fc5d7778e37be463 (patch) | |
tree | e35e86ec6a0c6d5f320a28fd897739a2bb6076e4 /_includes | |
parent | posts: even feed entry padding values (diff) | |
download | jekyll-theme-1619deac118674921cc9ca01fc5d7778e37be463.tar.gz jekyll-theme-1619deac118674921cc9ca01fc5d7778e37be463.zip |
footer: ISO build date format
Diffstat (limited to '_includes')
-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 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: '' %} |