Improve tab titles and add favicon

This commit is contained in:
Dominic Ferrando
2025-04-28 10:34:33 -04:00
parent eaf5313d5f
commit 564a7f3ff9
7 changed files with 8 additions and 7 deletions
+3 -2
View File
@@ -1,17 +1,18 @@
package shared
templ Layout() {
templ Layout(title string) {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Comfychan</title>
<title>{ title }</title>
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
<script src="https://unpkg.com/hyperscript.org@0.9.14"></script>
<script src="/static/index.js"></script>
<link rel="stylesheet" href="/static/reset.css"/>
<link rel="stylesheet" href="/static/index.css"/>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico"/>
</head>
<body>
<div id="boardList">