aboutsummaryrefslogtreecommitdiff
path: root/templates/_head.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-15 00:32:39 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-15 00:32:39 +0800
commitd5416d850c9b697bc8fb189841e1c1e622494f5e (patch)
treeb877df54a6fbef112b0d32796f514b66177c9976 /templates/_head.html.tmpl
parentMakefile, resources.go: Add vendor directory to serve library source (diff)
downloadforge-d5416d850c9b697bc8fb189841e1c1e622494f5e.tar.gz
forge-d5416d850c9b697bc8fb189841e1c1e622494f5e.tar.zst
forge-d5416d850c9b697bc8fb189841e1c1e622494f5e.zip
templates: *.html.tmpl -> *.tmpl
Diffstat (limited to 'templates/_head.html.tmpl')
-rw-r--r--templates/_head.html.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/_head.html.tmpl b/templates/_head.html.tmpl
deleted file mode 100644
index 4641107..0000000
--- a/templates/_head.html.tmpl
+++ /dev/null
@@ -1,5 +0,0 @@
-{{- define "head_common" -}}
-<meta charset="utf-8" />
-<meta name="viewport" content="width=device-width, initial-scale=1" />
-<link rel="stylesheet" href="/:/static/style.css" />
-{{- end -}}