Improve tab titles and add favicon
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user