source: lab.git/TipAndDoc/trac/site.html

Last change on this file was 8333ea0, checked in by mitty <mitty@…>, 13 years ago

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@92 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

  • Property mode set to 100644
File size: 390 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml"
2      xmlns:xi="http://www.w3.org/2001/XInclude"
3      xmlns:py="http://genshi.edgewall.org/"
4      py:strip="">
5  <!--! Add site-specific style sheet -->
6  <head py:match="head" py:attrs="select('@*')">
7    ${select('*|comment()|text()')}
8    <link rel="stylesheet" type="text/css"
9          href="/static/htdocs/custom.css" />
10  </head>
11</html>
Note: See TracBrowser for help on using the repository browser.