site/templates/_head.mustache
1 2 3 4 5 6 7 8 9 10 11 |
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="tbd">
<title>{{site}} - {{title}}</title>
<link rel="stylesheet" href="/styles/pure.custom.min.css">
<link rel="stylesheet" href="/styles/luxbar.min.css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Lato:300,300i,400,400i" rel="stylesheet">
<link rel="stylesheet" href="/styles/themify-icons.css">
<link rel="stylesheet" href="/styles/min-lang.css">
</head>
|