7 lines
No EOL
272 B
HTML
7 lines
No EOL
272 B
HTML
<title>{{site.title}}</title>
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1">
|
|
|
|
{% load static %}
|
|
<link rel="shortcut icon" type="image/png" href="{% static 'primary/favicon.ico' %}"/>
|
|
<link rel="stylesheet" href="{% static 'primary/style.css' %}"> |