aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/group_repos.tmpl2
-rw-r--r--templates/repo_commit.tmpl2
-rw-r--r--templates/repo_index.tmpl2
-rw-r--r--templates/repo_log.tmpl2
-rw-r--r--templates/repo_raw_dir.tmpl2
-rw-r--r--templates/repo_tree_dir.tmpl2
-rw-r--r--templates/repo_tree_file.tmpl2
7 files changed, 7 insertions, 7 deletions
diff --git a/templates/group_repos.tmpl b/templates/group_repos.tmpl
index 8c95c91..0ea7c75 100644
--- a/templates/group_repos.tmpl
+++ b/templates/group_repos.tmpl
@@ -3,7 +3,7 @@
<html lang="en">
<head>
{{ template "head_common" . }}
- <title>Repos in {{ .group_name }} &ndash; {{ .global.forge_title }}</title>
+ <title>Repos &ndash; {{ .group_name }} &ndash; {{ .global.forge_title }}</title>
</head>
<body class="group-repos">
{{ template "header" . }}
diff --git a/templates/repo_commit.tmpl b/templates/repo_commit.tmpl
index f90a453..4030f62 100644
--- a/templates/repo_commit.tmpl
+++ b/templates/repo_commit.tmpl
@@ -3,7 +3,7 @@
<html lang="en">
<head>
{{ template "head_common" . }}
- <title>{{ .group_name }}/repos/{{ .repo_name }} &ndash; {{ .global.forge_title }}</title>
+ <title>Commit {{ .commit_id }} &ndash; {{ .repo_name }} &ndash; {{ .group_name }} &ndash; {{ .global.forge_title }}</title>
</head>
<body class="repo-commit">
{{ template "header" . }}
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl
index e078c74..cc0d61a 100644
--- a/templates/repo_index.tmpl
+++ b/templates/repo_index.tmpl
@@ -3,7 +3,7 @@
<html lang="en">
<head>
{{ template "head_common" . }}
- <title>{{ .group_name }}/repos/{{ .repo_name }} &ndash; {{ .global.forge_title }}</title>
+ <title>{{ .repo_name }} &ndash; {{ .group_name }} &ndash; {{ .global.forge_title }}</title>
</head>
<body class="repo-index">
{{ template "header" . }}
diff --git a/templates/repo_log.tmpl b/templates/repo_log.tmpl
index 6b89cdd..ad11fae 100644
--- a/templates/repo_log.tmpl
+++ b/templates/repo_log.tmpl
@@ -3,7 +3,7 @@
<html lang="en">
<head>
{{ template "head_common" . }}
- <title>Log of {{ .group_name }}/repos/{{ .repo_name }} &ndash; {{ .global.forge_title }}</title>
+ <title>Log &ndash; {{ .repo_name }} &ndash; {{ .group_name }} &ndash; {{ .global.forge_title }}</title>
</head>
<body class="repo-log">
{{ template "header" . }}
diff --git a/templates/repo_raw_dir.tmpl b/templates/repo_raw_dir.tmpl
index d38731b..daf29c4 100644
--- a/templates/repo_raw_dir.tmpl
+++ b/templates/repo_raw_dir.tmpl
@@ -3,7 +3,7 @@
<html lang="en">
<head>
{{ template "head_common" . }}
- <title>{{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} &ndash; {{ .global.forge_title }}</title>
+ <title>/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} &ndash; {{ .repo_name }} &ndash; {{ .group_name }} &ndash; {{ .global.forge_title }}</title>
</head>
<body class="repo-raw-dir">
{{ template "header" . }}
diff --git a/templates/repo_tree_dir.tmpl b/templates/repo_tree_dir.tmpl
index 5e0fdcc..62e113f 100644
--- a/templates/repo_tree_dir.tmpl
+++ b/templates/repo_tree_dir.tmpl
@@ -3,7 +3,7 @@
<html lang="en">
<head>
{{ template "head_common" . }}
- <title>{{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} &ndash; {{ .global.forge_title }}</title>
+ <title>/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} &ndash; {{ .repo_name }} &ndash; {{ .group_name }} &ndash; {{ .global.forge_title }}</title>
</head>
<body class="repo-tree-dir">
{{ template "header" . }}
diff --git a/templates/repo_tree_file.tmpl b/templates/repo_tree_file.tmpl
index 7d5069c..a411831 100644
--- a/templates/repo_tree_file.tmpl
+++ b/templates/repo_tree_file.tmpl
@@ -4,7 +4,7 @@
<head>
{{ template "head_common" . }}
<link rel="stylesheet" href="/:/static/chroma.css" />
- <title>{{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }} &ndash; {{ .global.forge_title }}</title>
+ <title>/{{ .path_spec }} &ndash; {{ .repo_name }} &ndash; {{ .group_name }} &ndash; {{ .global.forge_title }}</title>
</head>
<body class="repo-tree-file">
{{ template "header" . }}