Fix stylesheet include path

This commit is contained in:
Hazel Snider 2020-09-08 22:47:54 -04:00
parent 974cb90933
commit cdc658891f
Signed by: hazelra
GPG key ID: 09213F100E5E4E67
2 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{% block title %}Hazelnut{% endblock title %}</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="favicon.png" />
<link rel="stylesheet" href="{{ get_url(path="style.css") }}" />
<link rel="icon" href="{{ get_url(path="favicon.png") }}" />
{% endblock head %}
</head>
<body>