ensure site name is localized
This commit is contained in:
parent
56408abb4a
commit
18828ee32d
4 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
site_name: 'Butter'
|
||||
page_logo: ['/assets/images/butter-logo-feature-large.svg', 'Butter App Feature Logo']
|
||||
title: 'Life without internet made smoother. <br /> Get access to tools that help.'
|
||||
text: |
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
site_name: 'Mantequilla'
|
||||
page_logo: ['/assets/images/butter-logo-feature-large.svg', 'Butter App Feature Logo']
|
||||
title: 'Para hacer tu vida sin Internet más fácil. <br /> Obtén herramientas que ayudan.'
|
||||
text: |
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
site_name: 'Butter'
|
||||
page_logo: ['/assets/images/butter-logo-feature-large.svg', 'Butter App Feature Logo']
|
||||
title: 'Life without internet made smoother. <br /> Get access to tools that help.'
|
||||
text: |
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<img src="{{ site.logo }}" alt="Butter App Logo" />
|
||||
</a>
|
||||
<div class="header-logo-text">
|
||||
<p class="">Butter</p>
|
||||
<p class="">{{ site.data.home.site_name }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-menu">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue