Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3650 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie 15 years ago
parent
commit
59a4029d22
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      trac/templates/site.html

+ 3
- 2
trac/templates/site.html View File

@@ -1,13 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
py:strip="">
<link rel="stylesheet" type="text/css"
href="${href.chrome('site/libcaca.css')}" />

<!--! Add site-specific style sheet -->
<head py:match="head" py:attrs="select('@*')">
${select('*|comment()|text()')}
<link rel="stylesheet" type="text/css"
href="${href.chrome('site/main.css')}" />
<link rel="stylesheet" type="text/css"
href="${href.chrome('site/libcaca.css')}" />
</head>

<body py:match="body" py:attrs="select('@*')">


Loading…
Cancel
Save