[MKDoc-commit] Conditions added to top and parent link rels

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Mon Jan 17 14:14:33 GMT 2005


Log Message:
-----------
Conditions added to top and parent link rels

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/templates/fragments/head_public:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/templates/fragments/head_public/Attic/en.html,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -Ltemplates/fragments/head_public/en.html -Ltemplates/fragments/head_public/en.html -u -r1.1.2.12 -r1.1.2.13
--- templates/fragments/head_public/en.html
+++ templates/fragments/head_public/en.html
@@ -65,6 +65,7 @@
     title="Document Parent Title"
     type="text/html"
     petal:attributes="href parent_uri; hreflang parent_lang; title parent_title"
+    petal:condition="true parent_uri"
   />
   <link
     rel="top"
@@ -73,5 +74,6 @@
     title="Root Document Title"
     type="text/html"
     petal:attributes="href root_uri; hreflang root_lang; title root_title"
+    petal:condition="true root_uri"
   />
 </head>


More information about the MKDoc-commit mailing list