summaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 3e2b558..f7d23e8 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -3,12 +3,12 @@ layout: default
---
<div id="main" role="main" class="main">
- <article class="page">
+<article class="page">
- <h1>{{ page.title }}</h1>
+ <h1>{{ page.title }}</h1>
- <div class="entry">
- {{ content }}
- </div>
- </article>
-</div> \ No newline at end of file
+ <div class="entry">
+ {{ content }}
+ </div>
+</article>
+</div>