1
0
Fork 0
forked from goffee/core

start theme core templates

This commit is contained in:
Zeni Kim 2024-10-07 18:10:04 -05:00
parent da7925ae08
commit 015e85bf7b
12 changed files with 72 additions and 35 deletions

View file

@ -1,10 +0,0 @@
{{define "head"}}
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{.}} | Goffee</title>
<link rel="stylesheet" href="/public/style.css">
<link rel="icon" href="/public/img/favicon.ico" type="image/x-icon">
</head>
{{end}}