From 8f6ea5511495ad06881d498bcdffbf8ce3851292 Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Thu, 8 Aug 2019 11:33:32 +0530 Subject: [PATCH] fixed issue with menu bar not working in mobile --- layouts/partials/foot.html | 2 ++ layouts/partials/head.html | 5 ++++- themes/Midnight | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html index 1ce4211..a590338 100755 --- a/layouts/partials/foot.html +++ b/layouts/partials/foot.html @@ -11,7 +11,9 @@ {{end}} {{- partial "script" (dict "Asset" "js/jquery.slim.js" "Defer" true "Root" $) -}} + {{ if $.Site.Params.thumbnail -}} {{- partial "script" (dict "Asset" "js/thumbnail.js" "Defer" true "Root" $) -}} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0e85711..16d1695 100755 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -12,11 +12,14 @@ {{ partial "styles" (dict "Asset" "css/foundation.css" "Root" $) }} + + - + + diff --git a/themes/Midnight b/themes/Midnight index 9e7c64c..55bb01c 160000 --- a/themes/Midnight +++ b/themes/Midnight @@ -1 +1 @@ -Subproject commit 9e7c64c6bb57d5e0cfabf6ae8201b84740f02bbb +Subproject commit 55bb01cbccde618f2191b3ff4a550afbe92d1163