aboutsummaryrefslogtreecommitdiff
path: root/templates/_head.tmpl
blob: 96575fa475e86959bb60250e9cb9c595072d84eb (plain) (blame)
1
2
3
4
5
6
7
8
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 -}}