From d90addf7d2d94ad85d01db10f3658218447ae95c Mon Sep 17 00:00:00 2001
From: Valentin Popov <info@valentineus.link>
Date: Mon, 25 Mar 2019 03:19:28 +0400
Subject: Update menu items

Signed-off-by: Valentin Popov <info@valentineus.link>
---
 _includes/navbar.html | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

(limited to '_includes/navbar.html')

diff --git a/_includes/navbar.html b/_includes/navbar.html
index 03a9d08..4171449 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -26,14 +26,18 @@
 
         <ul class="navigation-pills">
             <li class="navigation-item" role="presentation">
-                <a href="/">Home</a>
+                <h5>
+                    <a href="/">Home</a>
+                </h5>
             </li>
 
             {% for page in pages%}
                 <li class="navigation-item" role="presentation">
-                    <a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
-                        {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
-                    </a>
+                    <h5>
+                        <a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">
+                            {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
+                        </a>
+                    </h5>
                 </li>
             {% endfor %}
         </ul>
-- 
cgit v1.2.3