Replace 404.md with a 404.html template

This commit is contained in:
Philipp Oppermann
2019-01-22 16:27:26 +01:00
parent a62ee6f35e
commit ccc36b7d45
3 changed files with 15 additions and 14 deletions

View File

@@ -9,7 +9,9 @@
<meta name="description" content="{{ config.description }}">
<meta name="author" content="{{ config.extra.author.name }}">
<link rel="canonical" href="{{ current_url | safe }}" />
{% if current_url %}
<link rel="canonical" href="{{ current_url | safe }}" />
{% endif %}
<link href="/css/poole.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">