X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/dca6d8d7b6bb61f303c17905dde4ecbde7ff1da5..e76c98cd490c1d9cb80b30e9a23f8482b123b907:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index 799f94d..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 %} @@ -24,5 +22,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 %}