X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/bd7506015c1976511ccd333417da2aec8e5e18f6..8b86653c2471e04429ae9fec19dc33fcb5e5c059:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index 799f94d..16e1b08 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -1,15 +1,15 @@ {% 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 %} @@ -24,5 +24,8 @@ {% endblock %} {% block sidebar %} + {% include 'display-sidebar-owner.htm' %} + {% include 'display-sidebar-fork.htm' %} {% include 'display-sidebar-history.htm' %} + {% include 'display-sidebar-urls.htm' %} {% endblock %}