/ ‘theme-dark/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-10 00:32:31 +09:00
parent b300cbbc81
commit 55c55c90a7

View file

@ -1,6 +1,6 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content_header %} {% block content_header %}
<a class="b fl o-10" href="{{ SITEURL }}">{{ SITENAME }}</a> <a class="b fl o-30" href="{{ SITEURL }}">{{ SITENAME }}</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 }}/pages.html">|</a>
<a class="b 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 }}/categories.html">*</a>
{% endblock %} {% endblock %}