site/templates/_head.mustache
1 2 3 4 5 6 7 8 9 10 |
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{site-description}}">
<title>{{site-title}} - {{title}}</title>
<link rel="stylesheet" href="/styles/fonts.css">
<link rel="stylesheet" href="/styles/hastyscribe.css">
<link rel="stylesheet" href="/styles/hastysite.css">
<link rel="stylesheet" href="/styles/luxbar.css">
</head>
|