diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
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> |
