/ ‘content/pages.html’
/ ‘theme/templates/page.html’
This commit is contained in:
parent
55b6663210
commit
f214b1731d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content_title %}
|
{% block content_title %}
|
||||||
<div class="fl o-50" style="font-size:0.4em;">[ | ] <br/>#pages#</div>
|
<div class="fl o-50" style="font-size:0.4em;">[|] <br/>#pages#</div>
|
||||||
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
|
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
|
||||||
<a class="fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
<a class="fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content_title %}
|
{% block content_title %}
|
||||||
<div class="fl o-50" style="font-size:0.4em;">[ | ] <br/>{{ page.title }}</div>
|
<div class="fl o-50" style="font-size:0.4em;">[|] <br/>{{ page.title }}</div>
|
||||||
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
|
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
|
||||||
<a class="fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
<a class="fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue