diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 8187404..5ea7788 100644 --- a/templates/index.html +++ b/templates/index.html @@ -32,7 +32,7 @@ <a itemprob="url" href="{{ page.permalink | safe }}">{{ page.title }}</a> </h2> <span class="extra-notes"> - @{{ page.date | date(format="%F") }} | {{ page.reading_time }} minute read + {{ page.date | date(format="%Y/%m/%d") }} - {{ page.reading_time }} minute read </span> </header> </article> |