diff options
Diffstat (limited to 'lib/headers.tpl')
-rw-r--r-- | lib/headers.tpl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/headers.tpl b/lib/headers.tpl index 635f85e..8d5ade5 100644 --- a/lib/headers.tpl +++ b/lib/headers.tpl @@ -3,14 +3,11 @@ <head> <title>%($pageTitle%)</title> - - <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/_werc/pub/style.css) -% echo ' <link rel="stylesheet" href="/_werc/pub/style.css" type="text/css" media="screen" title="default">' - + <style media="screen, handheld"> +% cat `{get_lib_file style.css} + </style> + <link rel="shortcut icon" href="https://images.pmikkelsen.com/favicon.ico" type="image/vnd.microsoft.icon"> <meta charset="UTF-8"> -% # Legacy charset declaration for backards compatibility with non-html5 browsers. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> % if(! ~ $#meta_description 0) |