diff options
Diffstat (limited to '_layouts/til.html')
-rw-r--r-- | _layouts/til.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_layouts/til.html b/_layouts/til.html new file mode 100644 index 0000000..1a70d3b --- /dev/null +++ b/_layouts/til.html @@ -0,0 +1,11 @@ +--- +layout: default +--- +<article> + <section class="header"> + {{ site.t.posted_on[page.lang] }} {{ page.date | date: site.t.date_format[page.lang] }} + </section> + <section> + {{ content }} + </section> +</article> |