author | Jordan Doyle <jordan@doyle.la> | 2022-07-18 0:24:58.0 +01:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.la> | 2022-07-18 0:24:58.0 +01:00:00 |
commit | 0280490417c99186885cd1d8b4c254ef58e1ebe3 [patch] |
|
tree | 92f9f1109131b7d9c04d751f2b701e5783b89510 |
|
parent | de23e9c3ee96ad725debe0fa64042d413ed10eea |
|
download | 0280490417c99186885cd1d8b4c254ef58e1ebe3.tar.gz |
Change header on repository view
Diff
templates/repo/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/repo/base.html b/templates/repo/base.html index c10e93b..1ccab4d 100644 --- a/templates/repo/base.html +++ a/templates/repo/base.html @@ -1,5 +1,9 @@ {% extends "../base.html" %} {% block header %} <a href="/" class="no-style">index</a> : {{ repo.display() }} {% endblock %} {% block nav %} <nav> <a href="/{{ repo.display() }}/about" class="{% block about_nav_class %}{% endblock %}">about</a>