Done for now

This commit is contained in:
2022-07-05 22:40:53 +02:00
parent 4b404f8569
commit 1f7e70247f
10 changed files with 81 additions and 7673 deletions

View File

@@ -1,5 +1,5 @@
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top">
<a class="navbar-brand font-weight-bold" href="{{ url_for("index") }}">Marlous</a>
<a class="navbar-brand font-weight-bold" href="{{ url_for("index") }}">Marijn</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
@@ -8,7 +8,7 @@
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
{% set items = [("Nice Title", 'internal_title'),] %}
{% set items = [("Category", ''),] %}
{% for item in items %}
<li class="nav-item">
<a class="nav-link {% if item[1] == request.path[1:] %}active{% endif %}"