small fixes
This commit is contained in:
parent
1c9b760d38
commit
3a641da3c9
@ -6,17 +6,15 @@ article.title }}{% endif
|
||||
|
||||
|
||||
{% block content_header %}
|
||||
<article>
|
||||
<header>
|
||||
<header id="main-header">
|
||||
<h1>{{ article.title }}</h1>
|
||||
</header>
|
||||
{% endblock content_header %}
|
||||
|
||||
{% block content_body %}
|
||||
{{ article.content }}
|
||||
<article>{{ article.content }}</article>
|
||||
{% endblock content_body %}
|
||||
|
||||
{% block content_footer %}
|
||||
<footer>ISBN: Bla</footer>
|
||||
</article>
|
||||
{% endblock content_footer %}
|
||||
@ -1,9 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}{{ page.title }} - {{ SITENAME }}{% endblock %}
|
||||
{% block metadesc %}{% if page.summary %}{{ page.summary|e }}{% else %}A Page in {{ SITETAG }}: {{ page.title }}{% endif
|
||||
{% block metadesc %}{% if page.summary %}{{ page.summary|e }}{% else %}{{ super() }}{% endif
|
||||
%}{% endblock %}
|
||||
|
||||
|
||||
{% block content_header %}
|
||||
<header id="main-header">
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user