Add jekyll-multiple-language-plugin and refactor strings into /_i18n

This commit is contained in:
John Hess 2022-03-30 16:40:50 -05:00
parent 8887613e81
commit a474bc61ed
10 changed files with 53 additions and 93 deletions

View file

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% include seo.html %}
<title>{{ site.title }}</title>
<title>{% t title %}</title>
<link rel="icon" href="{{ '/assets/images/butter-favicon-120.png' | relative_url }}" type="image/png" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/slick.min.css"/>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />