summaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-05 02:17:01 -0300
committerEuAndreh <eu@euandre.org>2020-02-05 02:17:01 -0300
commitde9473df009bdab19ea287af8b18b6c141c2749b (patch)
tree93dcef5582f070fbc6fdc180427397e72e111160 /_layouts/page.html
parentWIP Jekyll (diff)
downloadeuandre.org-de9473df009bdab19ea287af8b18b6c141c2749b.tar.gz
euandre.org-de9473df009bdab19ea287af8b18b6c141c2749b.tar.xz
Reproduce hakyll behaviour
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 01e4b2a..57116c1 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,13 +2,5 @@
layout: default
---
<article class="post">
-
- <header class="post-header">
- <h1 class="post-title">{{ page.title | escape }}</h1>
- </header>
-
- <div class="post-content">
- {{ content }}
- </div>
-
+ {{ content }}
</article>