rebranding from liquidex.house to riki.house
This commit is contained in:
parent
93c24859d0
commit
2d687977c8
87 changed files with 381 additions and 175 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue