]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/page.tmpl
* Install the source of the examples into /usr/share/doc/ikiwiki/examples.
[ikiwiki.git] / templates / page.tmpl
index 650d90ed18099cd9747d6a0c7805f9e2efff32f0..305e7793b482ed7729b94424bdaef3acefb9465c 100644 (file)
@@ -6,9 +6,11 @@
 <title><TMPL_VAR TITLE></title>
 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
 <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
-<TMPL_IF NAME="META">
-<TMPL_VAR META>
+<TMPL_IF NAME="FAVICON">
+<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
 </TMPL_IF>
+<TMPL_IF NAME="FEEDLINKS"><TMPL_VAR FEEDLINKS></TMPL_IF>
+<TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF>
 </head>
 <body>