aboutsummaryrefslogtreecommitdiff
path: root/templates/head.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 22:05:53 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 22:05:53 +0800
commit311befc9ba95b2d2f7db7a5efa2f912a5fa85879 (patch)
tree8700ce204fb4cbc38ee9791b4a5711fde5ccaffd /templates/head.html.tmpl
parentfooter.html: Add link to Lindenii Forge (diff)
downloadforge-311befc9ba95b2d2f7db7a5efa2f912a5fa85879.tar.gz
forge-311befc9ba95b2d2f7db7a5efa2f912a5fa85879.tar.zst
forge-311befc9ba95b2d2f7db7a5efa2f912a5fa85879.zip
*.html.tmpl: Rename from *.html
Diffstat (limited to 'templates/head.html.tmpl')
-rw-r--r--templates/head.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/head.html.tmpl b/templates/head.html.tmpl
new file mode 100644
index 0000000..b2cd487
--- /dev/null
+++ b/templates/head.html.tmpl
@@ -0,0 +1,5 @@
+{{- 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 -}}