Move theme switcher to bottom in home

This commit is contained in:
Tyler Hallada 2020-01-05 18:45:26 -05:00
parent 67bad2a2f8
commit c7ab879654

View File

@ -55,6 +55,10 @@
{% seo %}
</head>
<body>
<canvas id="magic"></canvas>
<div class="container">
{{ content }}
</div>
<div class="theme-toggle">
<dark-mode-toggle
id="dark-mode-toggle-1"
@ -64,9 +68,5 @@
permanent
></dark-mode-toggle>
</div>
<canvas id="magic"></canvas>
<div class="container">
{{ content }}
</div>
</body>
</html>