aboutsummaryrefslogtreecommitdiff
path: root/templates/includes/meta.html
blob: 8db8747fffd9281e1bd26e171308b69929e2fadc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="text/html; charset=utf-8" http-equiv="content-type" />

{% if page.description %}
{% set description = page.description %}
{% endif %}

{% if section.description %}
{% set description = section.description %}
{% endif %}

<meta name="description" content="{{ description | default(value=config.description) | trim | safe }}" />