Major update - simpler file structure, better layouts, moar content

This commit is contained in:
2022-09-23 02:40:26 -04:00
commit 8c024d74cd
346 changed files with 19555 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!-- EMBED-SWITCH BEGIN -->
<%
if (page.path && page.path.indexOf('/updates') === 0) {
-%>
<div class='embedSwitch'>
<form action='' method=''>
<input type='checkbox' id='toggle_embeds' name='toggle_embeds' class='toggleSwitch js-toggleEmbeds' />
<label for='toggle_embeds'><span class='toggleSwitch-info'>Enable Embedded Media<span></label>
</form>
</div>
<% } -%>
<!-- EMBED-SWITCH END -->