This commit is contained in:
Cory LaViska
2023-09-14 11:17:31 -04:00
parent 33706e0f27
commit 7e165fa8bd
5 changed files with 181 additions and 113 deletions

View File

@@ -34,6 +34,7 @@
<meta property="og:image" content="{{ assetUrl(meta.image, true) }}" />
{# Web Awesome #}
<link rel="stylesheet" href="/dist/themes/applied.css" />
<link rel="stylesheet" href="/dist/themes/default.css" />
<script type="module" src="/dist/autoloader.js"></script>

View File

@@ -2,6 +2,7 @@
<li>
<h2>Experimental</h2>
<ul>
<li><a href="/experimental/style-guide">Style Guide</a></li>
<li><a href="/experimental/themer">Themer</a></li>
</ul>
</li>