From 28aec1dfdd90b7ffdd11321895ac37c0c2ab6fc6 Mon Sep 17 00:00:00 2001
From: Valentin Popov <info@valentineus.link>
Date: Thu, 23 Jan 2020 20:08:52 +0400
Subject: Deleted variable declaration

Signed-off-by: Valentin Popov <info@valentineus.link>
---
 _layouts/page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '_layouts/page.html')

diff --git a/_layouts/page.html b/_layouts/page.html
index 01d6fcd..28cdb0f 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -4,7 +4,7 @@ layout: default
 
 <main class="container">
     <header>
-        <h1>{{ page.title | default: site.title | strip_newlines | strip_html| strip | normalize_whitespace | smartify | xml_escape }}</h1>
+        <h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
     </header>
 
     {{ content }}
-- 
cgit v1.2.3