/ ‘theme/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-05 06:07:42 +09:00
parent ef3545d192
commit 016b21d462

View file

@ -35,11 +35,7 @@
<div style="margin: 1em;">
<a href="{{ SITEURL }}/categories.html" class="db fr">
*
</a>
<a class="db fl black pb5" href="{{ SITEURL }} " title="title">
<a class="w-100 black db pb5" href="{{ SITEURL }} " title="title">
<div class="b black" style="font-size: 3.6em;">
{% block content_title %}
@ -51,6 +47,10 @@
</div>
</a>
<a href="{{ SITEURL }}/categories.html" class="db fr">
*
</a>
{% block content %}
{% endblock %}