/ ‘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> <body>
<div class="b black" style="margin: 1em;"> <div class="b black" style="margin: 1em;">
<div class="pb5"> <div class="pb5 cf">
<a class="tl" style="font-size: 3.6em;" href="{{ SITEURL }} " title="title"> <a class="fl" style="font-size: 3.6em;" href="{{ SITEURL }} " title="title">
{% block content_title %} {% block content_title %}
<div class="w-100 o-10"> <span class="o-10">{{ SITENAME }}</span>
{{ SITENAME }}
</div>
{% endblock %} {% endblock %}
</a> </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> </a>
</div> </div>