/ ‘theme/templates/category.html’

This commit is contained in:
Dooho Yi 2020-05-05 05:50:31 +09:00
parent 3caa92998b
commit a63e6ff64e

View file

@ -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 %}