summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-18 16:03:51 +0200
committerVolpeon <git@volpeon.ink>2021-04-18 16:03:51 +0200
commita9a679dc736c9df2657a8e92f651f66cb4032aae (patch)
tree24b96b580e58285de4029c3482e57dbca437a118 /templates/base.html
parentUpdate (diff)
downloadvolpeon.ink-a9a679dc736c9df2657a8e92f651f66cb4032aae.tar.gz
volpeon.ink-a9a679dc736c9df2657a8e92f651f66cb4032aae.tar.bz2
volpeon.ink-a9a679dc736c9df2657a8e92f651f66cb4032aae.zip
Update
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 625b025..794f83f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -78,7 +78,9 @@ ${layouts/page()}
78 </footer> 78 </footer>
79 </main> 79 </main>
80 80
81 ${symbols.svg()} 81 <div class="u-vh" aria-hidden="true">
82 ${symbols.svg()}
83 </div>
82</body> 84</body>
83 85
84</html> 86</html>