aboutsummaryrefslogtreecommitdiff
path: root/src/templates/partials/master.html
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-25 23:33:28 +0200
committerJulien Dessaux2021-10-25 23:33:28 +0200
commit031473807e1f1d811d1e294e09cbca6c6ba839f9 (patch)
treea78260577d4ce3ebf2e7b79c8b144eb8d7553335 /src/templates/partials/master.html
parentHardcode HEAD for jester and tiny_sqlite while waiting for releases in both p... (diff)
downloadshort-031473807e1f1d811d1e294e09cbca6c6ba839f9.tar.gz
short-031473807e1f1d811d1e294e09cbca6c6ba839f9.tar.bz2
short-031473807e1f1d811d1e294e09cbca6c6ba839f9.zip
Added about page and a nav menu that links to it
Diffstat (limited to 'src/templates/partials/master.html')
-rw-r--r--src/templates/partials/master.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/partials/master.html b/src/templates/partials/master.html
index 82cedac..78e3211 100644
--- a/src/templates/partials/master.html
+++ b/src/templates/partials/master.html
@@ -9,6 +9,7 @@
<title>short.adyxax.org</title>
</head>
<body>
+ {% importnwt "templates/partials/nav.html" %}
<main id="main">
{% block content %}{% endblock %}
</main>