From 727ed753a9c540c71f00bafa6e43ad4cb42321f2 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 16 May 2015 16:37:53 +0200 Subject: responsive: introduce a hamburger navicon to toggle the menu on smaller devices --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index eb897ae..94ecf80 100644 --- a/index.php +++ b/index.php @@ -37,4 +37,4 @@ jQuery(document).ready(function() { EOT; } -html_end(); +html_end(true); -- cgit v1.1