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