/ ‘content/pages.html’
/ ‘theme/templates/archives.html’ / ‘theme/templates/base.html’ / ‘theme/templates/categories.html’ / ‘theme/templates/category.html’ / ‘theme/templates/index.html’ / ‘theme/templates/page.html’
This commit is contained in:
parent
53d8f9ab4c
commit
bf60314b2a
7 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content_title %}
|
{% block content_header %}
|
||||||
<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>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content_title %}
|
{% block content_header %}
|
||||||
<div class="fl o-50" style="font-size:0.4em;">@rchives<br/>{{ SITENAME }}</div>
|
<div class="fl o-50" style="font-size:0.4em;">@rchives<br/>{{ SITENAME }}</div>
|
||||||
<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 %}
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
<div class="black" style="margin: 1em;">
|
<div class="black" style="margin: 1em;">
|
||||||
|
|
||||||
<div class="pb5 cf" style="font-size: 3.6em;">
|
<div class="pb5 cf" style="font-size: 3.6em;">
|
||||||
{% block content_title %}
|
{% block content_header %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content_title %}
|
{% block content_header %}
|
||||||
<div class="fl o-50" style="font-size:0.4em;">/<br/>categ*r-ies</div>
|
<div class="fl o-50" style="font-size:0.4em;">/<br/>categ*r-ies</div>
|
||||||
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
|
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.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>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content_title %}
|
{% block content_header %}
|
||||||
<div class="fl o-50" style="font-size:0.4em;">/ <br/>{{ category }}</div>
|
<div class="fl o-50" style="font-size:0.4em;">/ <br/>{{ category }}</div>
|
||||||
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
|
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.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>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content_title %}
|
{% block content_header %}
|
||||||
<a class="fl o-10" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
<a class="fl o-10" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||||
<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-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
|
<a class="fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/categories.html">*</a>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content_title %}
|
{% block content_header %}
|
||||||
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue