/ ‘theme/templates/base.html’
This commit is contained in:
parent
e258503da7
commit
6c529d6292
1 changed files with 1 additions and 1 deletions
|
|
@ -34,13 +34,13 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="b black" style="margin: 1em;">
|
<div class="b black" style="margin: 1em;">
|
||||||
|
|
||||||
<div class="pb5 cf">
|
<div class="pb5 cf">
|
||||||
<a class="fl" 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 %}
|
||||||
<span class="o-10">{{ SITENAME }}</span>
|
<span class="o-10">{{ SITENAME }}</span>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="fr 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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue