/ ‘theme/templates/category.html’
This commit is contained in:
parent
3caa92998b
commit
a63e6ff64e
1 changed files with 10 additions and 1 deletions
|
|
@ -1,5 +1,14 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content_title %}<div class="w-100">{{ SITENAME }}</div><div style="font-size:0.6em;" class="w-100 pa4 ml3 black"> - {{ category }}</div>{% endblock %}
|
{% block content_title %}
|
||||||
|
<div class="b black o-10" style="font-size: 3.6em;">
|
||||||
|
<div class="w-100">
|
||||||
|
{{ SITENAME }}
|
||||||
|
</div>
|
||||||
|
<div style="font-size:0.6em;" class="w-100 pa4 ml3">
|
||||||
|
- {{ category }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% for article in articles %}
|
{% for article in articles %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue