/ ‘content/pages.html’

/ ‘theme/templates/page.html’
This commit is contained in:
Dooho Yi 2020-05-07 02:19:40 +09:00
parent b78cbbd891
commit 7220f49a42
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% 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="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
<a class="b fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
{% endblock %}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% 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="b fr o-50" style="font-size: 0.5em;" href="{{ SITEURL }}/pages.html">|</a>
<a class="b fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
{% endblock %}