/ ‘theme/templates/category.html’

This commit is contained in:
Dooho Yi 2020-05-05 06:35:14 +09:00
parent d41fedde8e
commit ae75828782

View file

@ -1,9 +1,7 @@
{% extends "base.html" %}
{% block content_title %}
<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>
<div class="fr o-10" style="font-size:0.8em;">{{ SITENAME }}</div>
{% endblock %}
{% block content %}