aboutsummaryrefslogtreecommitdiff
path: root/forged/templates/_head.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'forged/templates/_head.tmpl')
-rw-r--r--forged/templates/_head.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/forged/templates/_head.tmpl b/forged/templates/_head.tmpl
new file mode 100644
index 0000000..d6d6571
--- /dev/null
+++ b/forged/templates/_head.tmpl
@@ -0,0 +1,9 @@
+{{/*
+ SPDX-License-Identifier: AGPL-3.0-only
+ SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
+*/}}
+{{- 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 -}}