Load the plaindetect library from packagist
[phorkie.git] / data / templates / display.htm
index 27d1314df755e3f3fb159909f08c9e334539f4b5..16e1b0871cfe5476abdf6f9259c0979cf848af73 100644 (file)
@@ -3,11 +3,13 @@
 
 {% block meta %}
 <link rel="meta" title="DOAP" type="application/rdf+xml" href="{{repo.getLink('doap')}}"/>
+  <link rel="alternate" title="oEmbed" type="application/json+oembed" href="{{repo.getLink('oembed-json', null, true)}}" />
+  <link rel="alternate" title="oEmbed" type="application/xml+oembed" href="{{repo.getLink('oembed-xml', null, true)}}" />
 {% if repo.getCloneURL(true) %}
-  <link rel="vcs-git" href="{{repo.getCloneURL(true)}}" title="{{repo.getTitle}} git repository"/>
+  <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}} git repository"/>
+  <link rel="vcs-git" href="{{repo.getCloneURL(false)}}" title="{{repo.getTitle}}"/>
 {% endif %}
 {% endblock %}
 
@@ -25,4 +27,5 @@
  {% include 'display-sidebar-owner.htm' %}
  {% include 'display-sidebar-fork.htm' %}
  {% include 'display-sidebar-history.htm' %}
+ {% include 'display-sidebar-urls.htm' %}
 {% endblock %}