Allow for language code options
This commit is contained in:
parent
7913a31410
commit
1bbb124a8a
@ -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
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user