about summary refs log tree commit diff
path: root/templates/parts/head.html
blob: 1336ec0d1df899d44de5bfd870fde98a3d56a807 (plain)
1
2
3
4
5
6
7
8
9
10
11
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block rss %}
<link rel="alternate" type="application/atom+xml" title="RSS" href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
{% endblock %}
{% if current_url %}
<link rel="canonical" href="{{ current_url | safe }}">
{% endif %}
<link rel="stylesheet" href="{{ get_url(path="normalize.css") }}">
<link rel="stylesheet" href="{{ get_url(path="style.css") }}">
<link rel="stylesheet" href="{{ get_url(path="sarasa-gothic.css") }}">