/ ‘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:
Dooho Yi 2020-05-07 02:14:56 +09:00
parent 53d8f9ab4c
commit bf60314b2a
7 changed files with 7 additions and 7 deletions

View file

@ -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>

View file

@ -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 %}

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>