nunosempere.com/_werc/lib/headers.tpl

32 lines
1.2 KiB
Smarty
Raw Normal View History

2022-08-04 23:59:54 +00:00
<!DOCTYPE HTML>
<html>
<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">'
<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">
2022-11-05 19:50:18 +00:00
% # echo <meta property='og:image' content='$req_path'>"
<meta property="og:image" content="https://cards.nunosempere.com/api/dynamic-image?endpoint=%($req_path%)">
2022-08-04 23:59:54 +00:00
% if(! ~ $#meta_description 0)
% echo ' <meta name="description" content="'$"meta_description'">'
% if(! ~ $#meta_keywords 0)
% echo ' <meta name="keywords" content="'$"meta_keywords'">'
% h = `{get_lib_file headers.inc}
% if(! ~ $#h 0)
% cat $h
%($"extraHeaders%)
2022-10-30 21:23:26 +00:00
<script data-isso="//comments.nunosempere.com/" src="//comments.nunosempere.com/js/embed.min.js"></script>
2022-08-04 23:59:54 +00:00
</head>
<body>