diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 15:09:08 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 15:09:08 +0800 |
commit | 1dced62659d8ee45803b7d58b4698d613f0d90d4 (patch) | |
tree | c16233d48e79e764bcbbb56d4525c860d3f63e1f /templates/head.html.tmpl | |
parent | repo_log: Add a log (diff) | |
download | forge-1dced62659d8ee45803b7d58b4698d613f0d90d4.tar.gz forge-1dced62659d8ee45803b7d58b4698d613f0d90d4.tar.zst forge-1dced62659d8ee45803b7d58b4698d613f0d90d4.zip |
_{head,footer}.html: Add underscore to indicate that it's partial
Diffstat (limited to 'templates/head.html.tmpl')
-rw-r--r-- | templates/head.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/head.html.tmpl b/templates/head.html.tmpl deleted file mode 100644 index b2cd487..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 -}} |