summaryrefslogtreecommitdiffstats
path: root/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/default.html b/templates/default.html
index 337cb20..07ff3ed 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<head>
- {% block head %}
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/png" sizes="32x32" href="/images/icon32x32.png" />
@@ -11,7 +10,7 @@
<meta name="description" content="{{ page.description }}" />
<meta name="author" content="Tomasz Kramkowski <tk@the-tk.com>" />
<meta name="keywords" content="{{ page.keywords }}" />
- {% endblock %}
+ {% block head %}{% endblock %}
</head>
<body>
<main>