/ ‘theme/templates/base.html’
This commit is contained in:
parent
ef3545d192
commit
016b21d462
1 changed files with 5 additions and 5 deletions
|
|
@ -35,11 +35,7 @@
|
||||||
|
|
||||||
<div style="margin: 1em;">
|
<div style="margin: 1em;">
|
||||||
|
|
||||||
<a href="{{ SITEURL }}/categories.html" class="db fr">
|
<a class="w-100 black db pb5" href="{{ SITEURL }} " title="title">
|
||||||
*
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="db fl black pb5" href="{{ SITEURL }} " title="title">
|
|
||||||
<div class="b black" style="font-size: 3.6em;">
|
<div class="b black" style="font-size: 3.6em;">
|
||||||
|
|
||||||
{% block content_title %}
|
{% block content_title %}
|
||||||
|
|
@ -51,6 +47,10 @@
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<a href="{{ SITEURL }}/categories.html" class="db fr">
|
||||||
|
*
|
||||||
|
</a>
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue