Author: earle Date: 2006-09-12 22:15:32 +0100 (Tue, 12 Sep 2006) New Revision: 858
Modified: trunk/templates/header.tt Log: Add <link rel="alternate"> pointer to RDF versions of editable pages.
Modified: trunk/templates/header.tt =================================================================== --- trunk/templates/header.tt 2006-09-12 20:32:53 UTC (rev 857) +++ trunk/templates/header.tt 2006-09-12 21:15:32 UTC (rev 858) @@ -21,6 +21,9 @@ <link rel="alternate" type="application/rss+xml" title="Page as RSS" href="[% feed_base %];format=rss" /> <link rel="alternate" type="application/atom+xml" title="Page as Atom" href="[% feed_base %];format=atom" /> [% END %] + [% UNLESS not_editable %] + <link rel="alternate" type="application/rdf+xml" title="Page as RDF/XML" href="[% full_cgi_url %]?id=[% node_param %];format=rdf" /> + [% END %] [% IF latitude AND longitude %] <meta name="ICBM" content="[% latitude %], [% longitude %]" /> <meta name="DC.title" content="[% site_name %]" />