aboutsummaryrefslogtreecommitdiff
path: root/_layouts/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 06:05:27 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 06:05:27 +0200
commitf078c475312b91b50f1a72d5ba8907ed8d715e15 (patch)
tree9da487c532ed9e91d58c9fbf0d3b4d1bd88a4876 /_layouts/index.html
parent102a156146db518f2b56eb61ba89b128faade6cc (diff)
downloadmitjafelicijan.com-f078c475312b91b50f1a72d5ba8907ed8d715e15.tar.gz
update
Diffstat (limited to '_layouts/index.html')
-rw-r--r--_layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/index.html b/_layouts/index.html
index ed369a4..7c546a2 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -23,8 +23,8 @@
23 <ul> 23 <ul>
24 {% for post in site.posts %} 24 {% for post in site.posts %}
25 <li> 25 <li>
26 {{ post.date | date: "%m/%d/%Y" }} 26 <time datetime="{{ post.date | date: '%Y-%m-%d' }}">{{ post.date | date: '%A, %B %-d, %Y' }}</time>
27 <a href="{{ post.url }}">{{ post.title }}</a> 27 <div><a href="{{ post.url }}">{{ post.title }}</a></div>
28 </li> 28 </li>
29 {% endfor %} 29 {% endfor %}
30 </ul> 30 </ul>