aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-05-15 03:25:42 +0300
committerValentin Popov <info@valentineus.link>2018-05-15 03:25:42 +0300
commit93e183f0f47ef29bfd501e60cef474970e5dfdd4 (patch)
tree9944768d55018e01efb4d26be0a459a2e16fb7e0
parent377877f3bd98ab4dd4a8db2c2a1d28fb5bab96fb (diff)
downloadpopov.link-93e183f0f47ef29bfd501e60cef474970e5dfdd4.tar.xz
popov.link-93e183f0f47ef29bfd501e60cef474970e5dfdd4.zip
Page template
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_layouts/page.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 8938b9d..3991672 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,12 +2,10 @@
layout: default
---
-<div class="content">
- <article>
- <header>
- <h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
- </header>
+<article>
+ <header>
+ <h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
+ </header>
- {{ content }}
- </article>
-</div>
+ {{ content }}
+</article>