feat: #2 show specific title for each page.

This commit is contained in:
Kilerd Chan 2018-10-25 09:49:26 +08:00
parent bbb8f2127b
commit 3180727525
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{% extends "base" %}
{% block title %}{{ article.article.title }}{% endblock title %}
{% block body %}
<section class="single article">

View File

@ -1,5 +1,7 @@
{% extends "base" %}
{% block title %}{{ setting.title }}{% endblock title %}
{% block body %}
<header>
<section class="container">