diff options
Diffstat (limited to '_layouts')
l---------[-rw-r--r--] | _layouts/til.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/_layouts/til.html b/_layouts/til.html index 1a70d3b..d6d72cf 100644..120000 --- a/_layouts/til.html +++ b/_layouts/til.html @@ -1,11 +1 @@ ---- -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> +post.html
\ No newline at end of file |