Reduce flickering with dark/light theme

This commit is contained in:
Dawid Potocki
2019-08-30 22:00:53 +12:00
parent f09d6c3165
commit ec8877a28d
4 changed files with 28 additions and 20 deletions

View File

@ -2,6 +2,7 @@
<html lang="en">
{% include head.html %}
<body data-spy="scroll" data-target="#navbar">
<script src="/assets/js/applytheme.js?v=1"></script>
<header>
{% include nav.html %}
<div id="top" class="py-4"></div>