Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Fix title directive on example
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Feb 27, 2016
1 parent 1cb28a8 commit 150869f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
{% block head %}
<title>{% block title %}{% endblock %} - Kobin</title>
<link rel="shortcut icon" href="/static/favicon.ico">
{% endblock %}
</head>
Expand Down
2 changes: 1 addition & 1 deletion example/templates/hello_jinja2.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base" %}

{% block title %}Hello Kobin!{% endblock %}
{% block title %}Hello!{% endblock %}

{% block head %}
{{ super() }}
Expand Down

0 comments on commit 150869f

Please sign in to comment.