]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/page-common.xml
scryfall: better moxfield words
[factor.git] / extra / webapps / wiki / page-common.xml
index 1d4b5073208362e714215e519260befd455a9dc6..df9da4b9c70bf6a2bde8a778eac0032c02564e2a 100644 (file)
@@ -2,13 +2,17 @@
 
 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
 
+       <t:atom t:href="$wiki/revisions.atom" t:rest="title">
+               Revisions of <t:label t:name="title" />
+       </t:atom>
+
        <t:call-next-template />
 
-       <div class="navbar">
-               <t:a t:href="$wiki/view" t:query="title">Latest</t:a>
-               | <t:a t:href="$wiki/revisions" t:query="title">Revisions</t:a>
-               | <t:a t:href="$wiki/edit" t:query="title">Edit</t:a>
-               <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
-       </div>
+    <nav>
+               <t:a t:href="$wiki/view" t:rest="title">Latest</t:a>
+               <t:a t:href="$wiki/revisions" t:rest="title">Revisions</t:a>
+               <t:a t:href="$wiki/edit" t:rest="title" rel="nofollow">Edit</t:a>
+               <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
+       </nav>
 
 </t:chloe>