Fixed navbar being intrusive in lynx

This commit is contained in:
2022-05-31 00:58:14 +10:00
parent 743d6ec5ca
commit 678204ec71
2 changed files with 10 additions and 3 deletions

View File

@@ -10,10 +10,10 @@
</script>Need to add a timer to remove it first. I'm not *that* mean. Credit: https://soc.punktrash.club/objects/bfe4fc29-96d5-4f90-9f9e-4092e7c273a4-->
</head>
<body>
{{ nav }}
<main>
{% autoescape off %}{{ content }}{% endautoescape %}
</main>
<p class="foot">Page last updated {{ date }}</p>
{{ nav }}
</body>
</html>