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