diff --git a/assets/templates/repo/base.html b/assets/templates/repo/base.html index 54797e7..f2dd1eb 100644 --- a/assets/templates/repo/base.html +++ b/assets/templates/repo/base.html @@ -93,7 +93,9 @@ viewing - {{ owner }}/{{ repo }}/{{ branch }} + {% block nav %} + {{ owner }}/{{ repo }} + {% endblock nav %}