fix blog page title
This commit is contained in:
parent
2fc430027f
commit
71acef0a8a
2 changed files with 1 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
{% extends "base.html" %}
|
|
||||||
|
|
||||||
{% block title %}ily blog/{{ page.slug }}{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<h1>{{ page.title }}</h1>
|
|
||||||
<p><em>{{ page.date }}</em></p>
|
|
||||||
{{ page.content | safe }}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}ily {{ page.slug }}{% endblock %}
|
{% block title %}ily {{ page.components | join(sep="/") }}{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue