minor changes
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2025-10-19 00:27:27 -04:00
parent e60526ff19
commit 773185b9e7
5 changed files with 7 additions and 4 deletions

View File

@@ -19,9 +19,11 @@
}
</script>
<!--Three.js Stuff-->
<script type="module" src="/main.js"></script>
<script type="module" src="/window.js"></script>
<script type="module" src="/secrets/woof.js"></script>
</head>
<nav>

View File

@@ -5,5 +5,6 @@
{{ page.title }}
</h1>
<h3 id="subtitle" class="subtitle"><strong> {{ page.date }} </strong></h3>
{{ page.content | safe }}
{% endblock content %}