[libvirt] [PATCH 1/4] docs: allow custom link elements

Martin Kletzander mkletzan at redhat.com
Thu Jun 21 10:18:11 UTC 2012


This patch makes custom <link> elements possible to be specified in
individual pages when needed.
---
 docs/page.xsl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/docs/page.xsl b/docs/page.xsl
index fc782a2..3f98942 100644
--- a/docs/page.xsl
+++ b/docs/page.xsl
@@ -136,7 +136,10 @@
       <head>
         <link rel="stylesheet" type="text/css" href="{$href_base}main.css"/>
         <link rel="SHORTCUT ICON" href="{$href_base}32favicon.png"/>
+        <xsl:apply-templates select="/html/head/link" mode="content" />
+
         <title>libvirt: <xsl:value-of select="html/body/h1"/></title>
+
         <meta name="description" content="libvirt, virtualization, virtualization API"/>
       </head>
       <body>
-- 
1.7.8.6




More information about the libvir-list mailing list