From e68f7cf6c7fadb1bceea955a4caf40954d9b024e Mon Sep 17 00:00:00 2001
From: Valentin Popov <valentin@popov.link>
Date: Wed, 14 Feb 2024 03:38:59 +0400
Subject: Moved actual template site

---
 _layouts/page.html | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

(limited to '_layouts/page.html')

diff --git a/_layouts/page.html b/_layouts/page.html
index 32c9b9f..84f03f7 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,10 +2,4 @@
 layout: default
 ---
 
-<main class="container">
-    <header>
-        <h1>{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}</h1>
-    </header>
-
-    {{ content }}
-</main>
+{{ content }}
\ No newline at end of file
-- 
cgit v1.2.3