Page template inherit from base and not index
This commit is contained in:
parent
2c80e2e2d6
commit
b49a4a5d9c
2 changed files with 1 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "index.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ page.title }}{% endblock title %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue