/ ‘theme/templates/category.html’

This commit is contained in:
Dooho Yi 2020-05-05 05:53:59 +09:00
parent 635b89d82f
commit 9670df80e1

View file

@ -1,12 +1,8 @@
{% extends "base.html" %}
{% block content_title %}
<div class="b black" 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 class="fr o-10" style="font-size:0.8em;">{{ SITENAME }}</div>
<div style="font-size:0.6em;" class="w-100 pa4 ml3">
- {{ category }}
</div>
{% endblock %}
{% block content %}