7 lines
105 B
HTML
7 lines
105 B
HTML
<h1>
|
|
{% if page.url != '/' %}
|
|
<a href="/">..</a> /
|
|
{% endif %}
|
|
{{ include.title }}
|
|
</h1>
|