/ ‘theme/templates/base.html’
This commit is contained in:
parent
2feb898fff
commit
e258503da7
1 changed files with 4 additions and 6 deletions
|
|
@ -34,16 +34,14 @@
|
|||
<body>
|
||||
|
||||
<div class="b black" style="margin: 1em;">
|
||||
<div class="pb5">
|
||||
<a class="tl" style="font-size: 3.6em;" href="{{ SITEURL }} " title="title">
|
||||
<div class="pb5 cf">
|
||||
<a class="fl" style="font-size: 3.6em;" href="{{ SITEURL }} " title="title">
|
||||
{% block content_title %}
|
||||
<div class="w-100 o-10">
|
||||
{{ SITENAME }}
|
||||
</div>
|
||||
<span class="o-10">{{ SITENAME }}</span>
|
||||
{% endblock %}
|
||||
</a>
|
||||
|
||||
<a class="tr 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>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue