11 lines
256 B
HTML
11 lines
256 B
HTML
<meta charset="utf-8" />
|
|
|
|
<link rel="stylesheet" href="/base.css" type="text/css">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
{% if config.description %}
|
|
<meta name='description' content='{{ config.description }}'>
|
|
{% endif %}
|
|
|