feat: Added a default {{> styles }} partial.

This commit is contained in:
Spencer Brower
2026-08-03 18:06:11 -04:00
parent b1e40c480b
commit 2af8c68339
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{> title}}</title>
{{> opengraph}}
<link rel="stylesheet" href="/css/main.css">
{{> styles }}
</head>
<body>
+1
View File
@@ -0,0 +1 @@
{{#params.stylesheets}}<link rel="stylesheet" href="{{.}}">{{/params.stylesheets}}