/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-07 02:16:36 +09:00
parent 08562fc6d5
commit cd32e3ad6d

View file

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