blog/templates/head.html

24 lines
484 B
HTML

<!DOCTYPE html>
<html$if(lang)$ lang=$lang$$endif$$if(dir)$ dir=$dir$$endif$>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel=stylesheet href=/style/page.css>
$for(css)$
<link rel=stylesheet href=/style/$css$>
$endfor$
<link rel=alternate href=/rss.xml type=application/rss+xml>
$for(header-includes)$
$header-includes$
$endfor$
$if(math)$
$math$
$endif$
<title>$pagetitle$</title>
$for(include-before)$
$include-before$
$endfor$