Remove "Epubs" from nav

This commit is contained in:
HackerNCoder 2023-12-13 05:23:52 +01:00
parent 2b43f85f28
commit 93f8d8c595

View file

@ -2,7 +2,6 @@
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li{% if this._path == '/' %} class="active"{% endif%}><a href="{{ '/'|url }}">Home</a></li> <li{% if this._path == '/' %} class="active"{% endif%}><a href="{{ '/'|url }}">Home</a></li>
{% for href, title in [ {% for href, title in [
['/epubs', 'Epubs'],
['/wishes', 'Wishes'], ['/wishes', 'Wishes'],
] %} ] %}
<li{% if this.is_child_of(href) %} class="active"{% endif <li{% if this.is_child_of(href) %} class="active"{% endif