From 18828ee32d09ce3a5a06a5e60168059dba2590b8 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Fri, 17 Sep 2021 16:47:58 -0400 Subject: [PATCH] ensure site name is localized --- _data/en/home.yml | 1 + _data/es/home.yml | 1 + _data/home.yml | 1 + _includes/header.html | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_data/en/home.yml b/_data/en/home.yml index e4fb1ee..60d54f1 100644 --- a/_data/en/home.yml +++ b/_data/en/home.yml @@ -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.
Get access to tools that help.' text: | diff --git a/_data/es/home.yml b/_data/es/home.yml index 0eedd4a..7a31c5e 100644 --- a/_data/es/home.yml +++ b/_data/es/home.yml @@ -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.
Obtén herramientas que ayudan.' text: | diff --git a/_data/home.yml b/_data/home.yml index e4fb1ee..60d54f1 100644 --- a/_data/home.yml +++ b/_data/home.yml @@ -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.
Get access to tools that help.' text: | diff --git a/_includes/header.html b/_includes/header.html index b1e2316..83fbdc7 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,7 +6,7 @@ Butter App Logo
-

Butter

+

{{ site.data.home.site_name }}