aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.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/post.html
parent102a156146db518f2b56eb61ba89b128faade6cc (diff)
downloadmitjafelicijan.com-f078c475312b91b50f1a72d5ba8907ed8d715e15.tar.gz
update
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 3c80ab1..95dd3f0 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -19,7 +19,13 @@
19 {% include header.html %} 19 {% include header.html %}
20 20
21 <article> 21 <article>
22 {{ content }} 22
23 <h1>{{ page.title }}</h1>
24
25 <time datetime="{{ page.date | date: '%Y-%m-%d' }}">{{ page.date | date: '%A, %B %-d, %Y' }}</time>
26
27 {{ content }}
28
23 </article> 29 </article>
24 30
25 {% include footer.html %} 31 {% include footer.html %}