diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-06-14 12:16:13 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-06-14 12:16:13 +0200 |
commit | 43afa7262db3b1e29914b705964f09c5b92db57a (patch) | |
tree | 335e03a72b9764f539c14bfc5259dabf96dd88a4 /views | |
parent | 9210fd3bad8194646c6b7c330d3048a4f6c3db89 (diff) |
Set language to dutch
This is to prevent Google Translate from misdetecting the language.
Diffstat (limited to 'views')
-rw-r--r-- | views/layout.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.jade b/views/layout.jade index 045b2f8..31b3918 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -1,5 +1,5 @@ doctype html -html +html(lang='nl') head block head_top title Metis Rooster |