added archive category pages

This commit is contained in:
Arul 2016-09-13 21:28:52 +05:30
parent 2fee5e9d3e
commit f5003d5682
8 changed files with 227 additions and 2 deletions

View file

@ -31,6 +31,7 @@
</span>
</nav>
<h1 class="post-title">Articles by {{ author|capitalize }}</h1>
<span class="blog-description">Posts: {{ articles|count }}</span>
{% if HEADER_COVER %}
<div class="blog-cover cover" style="background-image: url('{{ HEADER_COVER }}')">
{% elif HEADER_COLOR %}
@ -41,3 +42,5 @@
</div>
</header>
{% endblock header %}
<!-- TODO : author bio -->