move urls to bottom of sidebar
[phorkie.git] / data / templates / display.htm
index 5bcb0162adcc1f49f1a4e81f18e97daef0d41934..0e5f0366f7bbc447004490c92002ea968c7c50d8 100644 (file)
@@ -1,10 +1,14 @@
 {% extends "base.htm" %}
-{% block title %}
- {{repo.getTitle}}
-{% endblock %}
+{% block title %}{{repo.getTitle}}{% endblock %}
 
 {% block meta %}
 <link rel="meta" title="DOAP" type="application/rdf+xml" href="{{repo.getLink('doap')}}"/>
+{% if repo.getCloneURL(true) %}
+  <link rel="vcs-git" href="{{repo.getCloneURL(true)}}" title="{{repo.getTitle}}"/>
+{% endif %}
+{% if repo.getCloneURL(false) %}
+  <link rel="vcs-git" href="{{repo.getCloneURL(false)}}" title="{{repo.getTitle}}"/>
+{% endif %}
 {% endblock %}
 
 {% block content %}
@@ -18,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 %}