Merge branch 'auth-openid' of github.com:jnovack/phorkie into auth-openid
authorJustin J. Novack <jnovack@gmail.com>
Tue, 18 Sep 2012 17:24:15 +0000 (13:24 -0400)
committerJustin J. Novack <jnovack@gmail.com>
Tue, 18 Sep 2012 17:24:15 +0000 (13:24 -0400)
data/templates/display.htm

index 5bcb0162adcc1f49f1a4e81f18e97daef0d41934..799f94d669757ef33b6339c8342f64f493b2f517 100644 (file)
@@ -5,6 +5,12 @@
 
 {% 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}} git repository"/>
+{% endif %}
+{% if repo.getCloneURL(false) %}
+  <link rel="vcs-git" href="{{repo.getCloneURL(false)}}" title="{{repo.getTitle}} git repository"/>
+{% endif %}
 {% endblock %}
 
 {% block content %}