aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/repo_index.html.tmpl2
-rw-r--r--templates/repo_tree_dir.html.tmpl4
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl
index 47c6381..de2d1da 100644
--- a/templates/repo_index.html.tmpl
+++ b/templates/repo_index.html.tmpl
@@ -62,7 +62,7 @@
<table class="wide">
<thead>
<tr class="title-row">
- <th><label for="toggle-table-readme">README</label></th>
+ <th><label for="toggle-table-readme">{{ .readme_filename }}</label></th>
</tr>
</thead>
<tbody>
diff --git a/templates/repo_tree_dir.html.tmpl b/templates/repo_tree_dir.html.tmpl
index 07a8df5..dd5ecaf 100644
--- a/templates/repo_tree_dir.html.tmpl
+++ b/templates/repo_tree_dir.html.tmpl
@@ -39,9 +39,7 @@
<table class="wide">
<thead>
<tr class="title-row">
- <th>
- README.md
- </th>
+ <th>{{ .readme_filename }}</th>
</tr>
</thead>
<tbody>