From 4c5be379ab3b06088975ddff1e5ea98c46f285ae Mon Sep 17 00:00:00 2001
From: Tom Wiesing <tkw01536@gmail.com>
Date: Tue, 9 May 2017 06:12:23 +0200
Subject: [PATCH] Update page layout

---
 _layouts/page.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/_layouts/page.html b/_layouts/page.html
index 4e0d4eb..5866d1a 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,7 +2,6 @@
 layout: default
 ---
 
-<div class="page">
-  <h1 class="page-title">{{ page.title }}</h1>
+<div class="row">
   {{ content }}
-</div>
+</div>
\ No newline at end of file
-- 
GitLab