5 lines
344 B
Text
5 lines
344 B
Text
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{% if title %} {{ title }} | {{ site.sitename }} {% else %} {{ site.sitename }} {% endif %}</title>
|
|
<link rel="stylesheet" href="/css/{{ style if style else "main" }}.css">
|
|
<link rel="icon" type="image/png" href="/img/favicon.ico" width=16px>
|