/ ‘theme/templates/page.html’

This commit is contained in:
Dooho Yi 2020-05-05 22:25:04 +09:00
parent 4f3b68d308
commit c416a7293d

View file

@ -6,19 +6,7 @@
<a class="fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
{% endblock %}
{% block content %}
<header>
<h1>
<a href="{{ SITEURL }}" id="site-title">
{# {{ SITENAME }} #} {% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}
</a> {#:#}
<a href="{{ SITEURL }}/{{ page.url }}" id="page-title">
{{ page.title }}
</a>
</h1>
</header>
<article>
{{ page.content }}
</article>