Add jekyll-multiple-language-plugin and refactor strings into /_i18n
This commit is contained in:
parent
8887613e81
commit
a474bc61ed
10 changed files with 53 additions and 93 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue