blob: d6d6571f45857f22cef0beda106a9c201e688b46 (
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 -}}
|