diff options
Diffstat (limited to 'templates/repo_tree_dir.html.tmpl')
-rw-r--r-- | templates/repo_tree_dir.html.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
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> |