repo is now setup to not error on bundling update
Some checks are pending
/ Generate Site (push) Waiting to run
/ Publish Site (push) Blocked by required conditions

This commit is contained in:
Pagwin 2026-02-23 21:41:02 -05:00
parent 5c362501ba
commit 63d4ef6996
3 changed files with 9 additions and 0 deletions

0
resources/css/entry.css Normal file
View file

0
resources/js/entry.mjs Normal file
View file

View file

@ -20,6 +20,15 @@
rel="stylesheet">
<meta name="theme-color" content="#1c1b19" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#e2e3e5" media="(prefers-color-scheme: light)">
{{#bundle_css}}
<link rel="stylesheet" type="text/css" href="{{.}}">
{{/bundle_css}}
{{#bundle_js}}
<script type="module" src="{{.}}"></script>
{{/bundle_js}}
<link rel="stylesheet" type="text/css" href="/static/css/layout.css">
<link rel="stylesheet" type="text/css" href="/static/css/colors.css">
<link rel="alternate" type="application/rss+xml" title="Web Feed/RSS" href="/index.xml">