/ ‘theme/templates/page.html’
This commit is contained in:
parent
4f3b68d308
commit
c416a7293d
1 changed files with 0 additions and 12 deletions
|
|
@ -6,19 +6,7 @@
|
||||||
<a class="fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
<a class="fr o-10 pr1" style="font-size:0.8em;" href="{{ SITEURL }}">{{ SITENAME }}</a>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% 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>
|
<article>
|
||||||
{{ page.content }}
|
{{ page.content }}
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue