ensure site name is localized

This commit is contained in:
Nathan Freitas 2021-09-17 16:47:58 -04:00
parent 56408abb4a
commit 18828ee32d
No known key found for this signature in database
GPG key ID: A801183E69B37AA9
4 changed files with 4 additions and 1 deletions

View file

@ -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">