diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 4 | ||||
-rw-r--r-- | templates/symbols.svg | 3 |
2 files changed, 4 insertions, 3 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> |
diff --git a/templates/symbols.svg b/templates/symbols.svg index 958e271..e96fd50 100644 --- a/templates/symbols.svg +++ b/templates/symbols.svg | |||
@@ -1,5 +1,4 @@ | |||
1 | <svg style="position: absolute; width: 0; height: 0; overflow: hidden;" aria-hidden="true" version="1.1" | 1 | <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> |
2 | xmlns="http://www.w3.org/2000/svg"> | ||
3 | <defs> | 2 | <defs> |
4 | <symbol id="logo" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> | 3 | <symbol id="logo" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> |
5 | <path fill="currentColor" stroke="none" d="M 3.879982,13 H 6.0160181 L 2.6160361,3 H 0.48 Z" /> | 4 | <path fill="currentColor" stroke="none" d="M 3.879982,13 H 6.0160181 L 2.6160361,3 H 0.48 Z" /> |