Page template inherit from base and not index

This commit is contained in:
Yorick Barbanneau 2020-02-25 00:53:02 +01:00
parent 2c80e2e2d6
commit b49a4a5d9c
2 changed files with 1 additions and 6 deletions

View file

@ -77,11 +77,6 @@
<span class="post-author-{{name}}">
<a target="_blank" href="{{link}}"><i class="ic ic-{{name}}"></i>{{name}}</a></span>
{% endfor %}
<span class="post-author-stats">
<i class="ic ic-posts"></i> {{ articles|count }}
{% if articles|count > 1 %} posts {% else %} post {% endif %}
</span>
</div>
<div class="clear"></div>
</aside>

View file

@ -1,4 +1,4 @@
{% extends "index.html" %}
{% extends "base.html" %}
{% block title %}{{ page.title }}{% endblock title %}