Optimized CSS Gen

This commit is contained in:
2024-02-12 14:42:16 -07:00
parent 8b33a338f2
commit 2a2895228f
17 changed files with 51 additions and 20 deletions

View File

@ -7,6 +7,7 @@ GOTH // Blog
{{end}}
{{define "head"}}
<link rel="stylesheet" href="/public/css/styles.blog.css" />
{{end}}
{{define "main"}}

View File

@ -7,6 +7,7 @@ GOTH // Home
{{end}}
{{define "head"}}
<link rel="stylesheet" href="/public/css/styles.home.css" />
{{end}}
{{define "main"}}

View File

@ -7,7 +7,6 @@
<link rel="icon" href="/public/favicon.ico" />
<title>{{template "title" .}}</title>
<meta name="description" content="Just here for the vibes...">
<link rel="stylesheet" href="/public/css/styles.css" />
{{template "head" .}}
</head>

View File

@ -7,7 +7,7 @@
<link rel="icon" href="/public/favicon.ico" />
<title>{{.Name}}</title>
<meta name="description" content="Just here for the vibes...">
<link rel="stylesheet" href="/public/css/styles.css" />
{{template "head" .}}
</head>
<body class="block h-[100%]">

View File

@ -7,6 +7,7 @@ GOTH // Post
{{end}}
{{define "head"}}
<link rel="stylesheet" href="/public/css/styles.post.css" />
{{end}}
{{define "main"}}

View File

@ -5,6 +5,7 @@ GOTH // SSE <div class="badge badge-accent">DEMO</div>
{{end}}
{{define "head"}}
<link rel="stylesheet" href="/public/css/styles.ssedemo.css" />
{{end}}
{{define "main"}}