Allow for language code options

This commit is contained in:
David Darnes 2018-01-01 21:20:50 +00:00
parent 7913a31410
commit 1bbb124a8a
2 changed files with 2 additions and 1 deletions

View File

@ -63,3 +63,4 @@ logo: "/assets/logo.svg" # Site logo
description: "A stupidly simple theme for Jekyll, using the official Jekyll theme implementation" # Site description and default description
url: "https://garth.darn.es" # Site url
baseurl: "/toast"
lang: en-GB

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en-GB">
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
{% if page.collectionpage %}