aboutsummaryrefslogtreecommitdiff
path: root/src/templates/partials/master.html
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-29 00:58:16 +0200
committerJulien Dessaux2021-10-29 00:58:16 +0200
commitbb7a2c66ee07a0049f319cc7ded8bb34e790802a (patch)
treee4ffd108c9bc784ace1ae41c62e630a6ef08ac5f /src/templates/partials/master.html
parentCleaned main file (diff)
downloadshort-bb7a2c66ee07a0049f319cc7ded8bb34e790802a.tar.gz
short-bb7a2c66ee07a0049f319cc7ded8bb34e790802a.tar.bz2
short-bb7a2c66ee07a0049f319cc7ded8bb34e790802a.zip
Updated css
Diffstat (limited to 'src/templates/partials/master.html')
-rw-r--r--src/templates/partials/master.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/templates/partials/master.html b/src/templates/partials/master.html
index 78e3211..cebdd61 100644
--- a/src/templates/partials/master.html
+++ b/src/templates/partials/master.html
@@ -1,16 +1,19 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/static/favicon.ico">
<link rel="stylesheet" href="{{ $cssRoute }}">
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>short.adyxax.org</title>
</head>
<body>
- {% importnwt "templates/partials/nav.html" %}
+ <header>
+ {% importnwt "templates/partials/nav.html" %}
+ </header>
<main id="main">
+ <hr>
{% block content %}{% endblock %}
</main>
{% importnwt "templates/partials/footer.html" %}