summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 366c561..6eee18f 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -8,8 +8,8 @@
<link rel="icon" href="{{ staticBase }}/images/icons/32.png">
<link rel="stylesheet" href="{{ staticBase }}/style.css">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <meta name="description" content="{% block description %}{% endblock %}">
- <meta name="keywords" content="{% block keywords %}{% endblock %}" >
+ <meta name="description" content="{{ description }}">
+ <meta name="keywords" content="gitbook,github" >
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">