allow for injecting css scripts into pages

This commit is contained in:
zyl 2024-06-17 21:25:29 -07:00
parent f9b15aa932
commit 8d9866d048
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,9 @@
{{#each scripts}}
<script type="text/javascript" src="{{this}}" defer></script>
{{/each}}
{{#each styles}}
<link rel="stylesheet" href="/styles/{{this}}">
{{/each}}
</head>
<body>