diff options
Diffstat (limited to 'templates/taxonomy_list.html')
| -rw-r--r-- | templates/taxonomy_list.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index 084e3b5..652f4d7 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -3,9 +3,6 @@ {% block title %}Browse by {{taxonomy.name}}{% endblock title %} {% block content %} -<nav class="navbar"> - <a href="/">Home</a> <!--a href="../">Go Back</a--!> -</nav> <h1 class="title"> {{ taxonomy.name }} </h1> |