/ ‘theme/templates/categories.html’

/ ‘theme/templates/category.html’
This commit is contained in:
Dooho Yi 2020-05-07 02:16:31 +09:00
parent 5508be86bb
commit 08562fc6d5
2 changed files with 4 additions and 4 deletions

View file

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

View file

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