X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/14786d88c624bb00e19f2451e964bffb2e7bd8ea..e76c98cd490c1d9cb80b30e9a23f8482b123b907:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index 6c75eaa..0e5f036 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -1,15 +1,13 @@ {% extends "base.htm" %} -{% block title %} - {{repo.getTitle}} -{% endblock %} +{% block title %}{{repo.getTitle}}{% endblock %} {% block meta %} {% if repo.getCloneURL(true) %} - + {% endif %} {% if repo.getCloneURL(false) %} - + {% endif %} {% endblock %} @@ -25,5 +23,7 @@ {% block sidebar %} {% include 'display-sidebar-owner.htm' %} + {% include 'display-sidebar-fork.htm' %} {% include 'display-sidebar-history.htm' %} + {% include 'display-sidebar-urls.htm' %} {% endblock %}