/ ‘theme/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-05 06:21:35 +09:00
parent af3e9b0818
commit 46346debae

View file

@ -33,19 +33,20 @@
<body> <body>
<div class="b black cf" style="margin: 1em;"> <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">
{% block content_title %}
<div class="w-100 o-10">
{{ SITENAME }}
</div>
{% endblock %}
</a>
<a class="db fl w-90" style="font-size: 3.6em;" href="{{ SITEURL }} " title="title"> <a class="db fr w-10 o-50" style="font-size: 1.5em;" href="{{ SITEURL }}/categories.html">
{% block content_title %} *
<div class="w-100 o-10"> </a>
{{ SITENAME }} </div>
</div>
{% endblock %}
</a>
<a class="db fr w-10 o-50" style="font-size: 1.5em;" href="{{ SITEURL }}/categories.html">
*
</a>
{% block content %} {% block content %}
{% endblock %} {% endblock %}