Custom .css styles moved from /_style.css to _werc/pub/style.css
This commit is contained in:
parent
f5238f6e19
commit
0ae1fb8278
@ -12,18 +12,17 @@ Content-Type: text/html
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="author" content="k" />
|
||||
|
||||
% if (! ~ $#meta_description 0)
|
||||
% if(! ~ $#meta_description 0)
|
||||
% echo ' <meta name="description" content="'$"meta_description'" />'
|
||||
% if (! ~ $#meta_keywords 0)
|
||||
% if(! ~ $#meta_keywords 0)
|
||||
% echo ' <meta name="keywords" content="'$"meta_keywords'" />'
|
||||
|
||||
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
|
||||
% if (test -f $sitedir/_style.css) {
|
||||
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
|
||||
% }
|
||||
% if(test -f $sitedir/_werc/pub/style.css)
|
||||
% echo ' <link rel="stylesheet" href="/_werc/pub/style.css" type="text/css" media="screen" title="default" />'
|
||||
|
||||
% h = `{ get_lib_file headers.inc}
|
||||
% h = `{get_lib_file headers.inc}
|
||||
% if(! ~ $#h 0)
|
||||
% cat $h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user