aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_folder.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo_folder.html')
-rw-r--r--templates/repo_folder.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/repo_folder.html b/templates/repo_folder.html
index 6f6b3a9..81f455f 100644
--- a/templates/repo_folder.html
+++ b/templates/repo_folder.html
@@ -9,6 +9,7 @@
</head>
<body>
<h1><a href="/">gityeet</a></h1>
+<h2><a href="/{{ repo_path }}/">{{ repo_path }}</a></h2>
<p>{{ rel_path }}</p>
{%- macro effective_name(entry) -%}
{{- entry.name().unwrap() -}}