From 5cb75c1af0a0418974e1b20368e4fbf940912f9e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 14 Jun 2024 08:00:00 +0800 Subject: Fork init --- templates/404.html | 1 + templates/500.html | 1 + templates/commit.html | 1 + templates/file.html | 1 + templates/index.html | 1 + templates/log.html | 1 + templates/refs.html | 1 + templates/repo.html | 1 + templates/tree.html | 1 + 9 files changed, 9 insertions(+) (limited to 'templates') diff --git a/templates/404.html b/templates/404.html index 8c40cd1..bca9d35 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,4 +1,5 @@ {{ define "404" }} + 404 {{ template "head" . }} diff --git a/templates/500.html b/templates/500.html index 53c605f..164700c 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,4 +1,5 @@ {{ define "500" }} + 500 {{ template "head" . }} diff --git a/templates/commit.html b/templates/commit.html index c1def17..49f4574 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -1,4 +1,5 @@ {{ define "commit" }} + {{ template "head" . }} diff --git a/templates/file.html b/templates/file.html index 23187ec..d18340a 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,4 +1,5 @@ {{ define "file" }} + {{ template "head" . }} {{ template "repoheader" . }} diff --git a/templates/index.html b/templates/index.html index 7a77aec..740d2b3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,5 @@ {{ define "index" }} + {{ template "head" . }} diff --git a/templates/log.html b/templates/log.html index 7d74cb3..d097990 100644 --- a/templates/log.html +++ b/templates/log.html @@ -1,4 +1,5 @@ {{ define "log" }} + {{ template "head" . }} diff --git a/templates/refs.html b/templates/refs.html index 00058d5..f0e591f 100644 --- a/templates/refs.html +++ b/templates/refs.html @@ -1,4 +1,5 @@ {{ define "refs" }} + {{ template "head" . }} diff --git a/templates/repo.html b/templates/repo.html index 1cd9b5c..68ab269 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -1,4 +1,5 @@ {{ define "repo" }} + {{ template "head" . }} diff --git a/templates/tree.html b/templates/tree.html index c4b7e4f..7ba065b 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -1,4 +1,5 @@ {{ define "tree" }} + {{ template "head" . }} -- cgit v1.2.3