/ ‘theme/templates/category.html’

This commit is contained in:
Dooho Yi 2020-05-05 06:33:03 +09:00
parent 6c529d6292
commit d41fedde8e

View file

@ -1,7 +1,9 @@
{% extends "base.html" %}
{% block content_title %}
<div class="fr o-10" style="font-size:0.8em;">{{ SITENAME }}</div>
<div style="font-size:0.4em;" class="w-100 pt1 o-50">/ <br/>{{ category }}</div>
<div class="cf">
<div class="fl o-50" style="font-size:0.4em;">/ <br/>{{ category }}</div>
<div class="fr o-10 pt1" style="font-size:0.8em;">{{ SITENAME }}</div>
</div>
{% endblock %}
{% block content %}