/ ‘theme/templates/category.html’

This commit is contained in:
Dooho Yi 2020-05-05 05:29:16 +09:00
parent f9a6af4f72
commit 31901adf01

View file

@ -1,5 +1,5 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content_title %}<span class="o-30">{{ SITENAME }}</span> / <span class="1em">{{ category }}</span>{% endblock %} {% block content_title %}<span class="o-30">{{ SITENAME }}</span> / <span style="font-size:2.6em;">{{ category }}</span>{% endblock %}
{% block content %} {% block content %}
{% for article in articles %} {% for article in articles %}