diff --git a/templates/base.html b/templates/base.html
index 3408188..16efd37 100644
--- a/templates/base.html
+++ b/templates/base.html
<body>
<nav>
<div>
- <a href="/">Back</a>
+ <a href="/">Home</a>
{% set repo_name = request.view_args.get('repo_name') %}
{% if repo_name %}
<a href="{{ url_for('repo_detail', repo_name=repo_name) }}?ref={{ current_ref }}" {% if request.endpoint == 'repo_detail' %}class="active"{% endif %}>Overview</a>
</body>
</html>
</body>
-</html>
\ No newline at end of file
+</html>