/ ‘theme/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-05 06:23:38 +09:00
parent 46346debae
commit 2feb898fff

View file

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