aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-12 06:59:33 -0300
committerEuAndreh <eu@euandre.org>2020-08-12 06:59:33 -0300
commitec24f187c269160625e8a404e90d6a24997ab8fc (patch)
tree691876a7381c73177b62a75d8448da26c7cdd626 /_layouts
parentAdd TILs section, with Atom support and i18n (diff)
downloadeuandre.org-ec24f187c269160625e8a404e90d6a24997ab8fc.tar.gz
euandre.org-ec24f187c269160625e8a404e90d6a24997ab8fc.tar.xz
_layouts/til.html: Mirror _layouts/post.html content
Diffstat (limited to '_layouts')
l---------[-rw-r--r--]_layouts/til.html12
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