X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/5d876f011e259b4ec59817579cc54fe3a4129231..b5859f1f2baf8dc945cbeac0622f8f1039702171:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index 6d84c46..16e1b08 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -1,6 +1,16 @@ {% extends "base.htm" %} -{% block title %} - {{repo.getTitle}} +{% block title %}{{repo.getTitle}}{% endblock %} + +{% block meta %} + + + +{% if repo.getCloneURL(true) %} + +{% endif %} +{% if repo.getCloneURL(false) %} + +{% endif %} {% endblock %} {% block content %} @@ -14,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 %}