|
|
@@ -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('@*')"> |
|
|
|