Skip to content

Commit

Permalink
changed title of blog index
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan2904 committed Mar 9, 2017
1 parent 1a05d3d commit 1fa37db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blog.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% from "macros/blog.html" import render_blog_post %}
{% from "macros/pagination.html" import render_pagination %}
{% block title %}{{ this.title }}{% endblock %}
{% block title %}Blog{% endblock %}
{% block body %}
{% for child in this.pagination.items %}
{{ render_blog_post(child, from_index=true) }}
Expand Down

0 comments on commit 1fa37db

Please sign in to comment.