36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<head>
|
|
<!---
|
|
<link href="http://gmpg.org/xfn/11" rel="profile">
|
|
-->
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
|
|
<title>
|
|
$if(home)$
|
|
$site-title$ · $tagline$
|
|
$else$
|
|
$title$ · $site-title$
|
|
$endif$
|
|
</title>
|
|
|
|
$if(url)$
|
|
$if(baseurl)$
|
|
<link rel="canonical" href="$baseurl$$url$">
|
|
$endif$
|
|
$endif$
|
|
|
|
<link rel="stylesheet" href="$baseurl$/css/base.css">
|
|
<link rel="stylesheet" href="$baseurl$/css/syntax.css">
|
|
<link rel="stylesheet" href="$baseurl$/css/jfdic.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
|
|
|
|
<!---
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ '/public/apple-touch-icon-precomposed.png' | absolute_url }}">
|
|
<link rel="shortcut icon" href="{{ '/public/favicon.ico' | absolute_url }}">
|
|
-->
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="$baseurl$/atom.xml">
|
|
|
|
</head>
|