diff options
author | EuAndreh <eu@euandre.org> | 2020-02-05 02:17:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-05 02:17:01 -0300 |
commit | de9473df009bdab19ea287af8b18b6c141c2749b (patch) | |
tree | 93dcef5582f070fbc6fdc180427397e72e111160 /_layouts/page.html | |
parent | WIP Jekyll (diff) | |
download | euandre.org-de9473df009bdab19ea287af8b18b6c141c2749b.tar.gz euandre.org-de9473df009bdab19ea287af8b18b6c141c2749b.tar.xz |
Reproduce hakyll behaviour
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 10 |
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> |