Switched to the OG CLI

This commit is contained in:
2025-03-02 01:00:52 -06:00
parent 0348290959
commit 8b40a4b1c1
16 changed files with 20 additions and 15 deletions

View File

@ -9,6 +9,9 @@
<title>{{template "title" .}}</title>
<meta name="description" content="{{template "description" .}}">
<script defer src="https://analytics.atri.dad/script.js" data-website-id="0206740c-245f-402a-b433-125d6d48945a"></script>
<link href="/public/css/styles.css" rel="stylesheet" type="text/css" />
<link href="/public/css/daisyui.css" rel="stylesheet" type="text/css" />
<link href="/public/css/themes.css" rel="stylesheet" type="text/css" />
{{template "head" .}}
</head>