/ ‘theme/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-05 06:29:46 +09:00
parent 2feb898fff
commit e258503da7

View file

@ -34,16 +34,14 @@
<body>
<div class="b black" style="margin: 1em;">
<div class="pb5">
<a class="tl" style="font-size: 3.6em;" href="{{ SITEURL }} " title="title">
<div class="pb5 cf">
<a class="fl" style="font-size: 3.6em;" href="{{ SITEURL }} " title="title">
{% block content_title %}
<div class="w-100 o-10">
{{ SITENAME }}
</div>
<span class="o-10">{{ SITENAME }}</span>
{% endblock %}
</a>
<a class="tr o-50" style="font-size: 1.5em;" href="{{ SITEURL }}/categories.html">
<a class="fr o-50" style="font-size: 1.5em;" href="{{ SITEURL }}/categories.html">
*
</a>
</div>