rebranding from liquidex.house to riki.house

This commit is contained in:
りき萌 2025-01-05 20:15:10 +01:00
parent 93c24859d0
commit 2d687977c8
87 changed files with 381 additions and 175 deletions

View file

@ -10,7 +10,12 @@
{{{ page.breadcrumbs }}}
</ol>
{{#if (ne page.title page.tree_path)}}
{{#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')}}
<h1 class="page-title"><a href="{{ config.site }}/{{ page.tree_path }}">{{ page.title }}</a></h1>
{{/if}}
</section>