Removed obsolete variable assignment
the build was successful Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-11-23 09:47:41 +01:00
parent 44c7149a0d
commit 68afa13af4
1 changed files with 0 additions and 7 deletions

View File

@ -28,13 +28,6 @@
</nav>
{% for item in site.data.header-menu.items %}
{% if item.items %}
{% if page.url == item.link %}
{% assign showSubmenu = true %}
{% elsif page.parent_link == item.link %}
{% assign showSubmenu = true %}
{% else %}
{% assign showSubmenu = false %}
{% endif %}
{% if showSubmenu %}
<nav id="submenuNavbar" class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">