aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/blogs.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/templates/blogs.html')
-rw-r--r--gn2/wqflask/templates/blogs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/blogs.html b/gn2/wqflask/templates/blogs.html
index 314eb733..dfe53d55 100644
--- a/gn2/wqflask/templates/blogs.html
+++ b/gn2/wqflask/templates/blogs.html
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block title %}Blogs {% endblock %}
{% block css %}
<link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" />
@@ -9,4 +9,4 @@
<div id="markdown" class="container">
{{ rendered_markdown|safe }}
</div>
-{% endblock %} \ No newline at end of file
+{% endblock %}