2024-10-29 18:14:01 +01:00
|
|
|
<section class="page-header">
|
|
|
|
<ol class="breadcrumbs">
|
2024-11-24 20:17:05 +01:00
|
|
|
{{#if (or (ne page.tree_path 'index') page.is_history)}}
|
2024-10-29 18:14:01 +01:00
|
|
|
<li class="root-breadcrumb">
|
|
|
|
<a href="{{ config.site }}/">
|
|
|
|
{{{ include_static 'svg/object/logo.svg' }}}
|
|
|
|
</li>
|
|
|
|
</a>
|
2024-11-24 20:17:05 +01:00
|
|
|
{{/if}}
|
2024-10-29 18:14:01 +01:00
|
|
|
{{{ page.breadcrumbs }}}
|
|
|
|
</ol>
|
|
|
|
|
2025-01-05 20:15:10 +01:00
|
|
|
{{#if (eq page.tree_path 'index')}}
|
|
|
|
{{!-- index has a custom stylised wordmark --}}
|
|
|
|
<h1 class="page-title"><span class="rikis">riki's</span> <span class="house"><span class="adjectives">fluffy little</span> house</span></h1>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if (ne page.tree_path 'index')}}
|
2024-10-29 18:14:01 +01:00
|
|
|
<h1 class="page-title"><a href="{{ config.site }}/{{ page.tree_path }}">{{ page.title }}</a></h1>
|
|
|
|
{{/if}}
|
|
|
|
</section>
|