Make phorkie search engine friendlier
[phorkie.git] / data / templates / display.htm
index 0e5f0366f7bbc447004490c92002ea968c7c50d8..16e1b0871cfe5476abdf6f9259c0979cf848af73 100644 (file)
@@ -3,6 +3,8 @@
 
 {% 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}}"/>
 {% endif %}