Add optional site-local css stylesheet
This commit is contained in:
parent
a391567015
commit
9894ce1cb9
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ Content-Type: text/html
|
||||||
|
|
||||||
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen" title="default" />
|
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen" title="default" />
|
||||||
<link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" />
|
<link rel="stylesheet alternative" type="text/css" href="/pub/style/style_old.css" media="screen" title="Old Style" />
|
||||||
|
% if (test -f $sitedir/_style.css) {
|
||||||
|
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
|
||||||
|
% }
|
||||||
%($extraHeaders%)
|
%($extraHeaders%)
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue