/ ‘theme/templates/base.html’
This commit is contained in:
parent
af3e9b0818
commit
46346debae
1 changed files with 13 additions and 12 deletions
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue