replace super() with page.description
This commit is contained in:
parent
9db0b92f88
commit
c9d314827d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% import "_macros.html" as macros %}
|
{% import "_macros.html" as macros %}
|
||||||
{% extends "index.html" %}
|
{% extends "index.html" %}
|
||||||
|
|
||||||
{% block title %}{{ page.title }} | {{ super() }} {% endblock title %}
|
{% block title %}{{ page.title }} | {{ page.description }} {% endblock title %}
|
||||||
|
|
||||||
{% block header %}
|
{% block header %}
|
||||||
<header class="box-shadow">
|
<header class="box-shadow">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue