Add locale setting
This commit is contained in:
parent
702c717473
commit
2920ff5096
|
@ -1 +1,2 @@
|
||||||
title: 'My New Sculpin Site'
|
title: 'My New Sculpin Site'
|
||||||
|
locale: en
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="{{ site.locale|default('en') }}">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{{ site.title }}</title>
|
<title>{{ site.title }}</title>
|
||||||
|
|
Loading…
Reference in a new issue