diff options
author | Ben Burwell <ben@benburwell.com> | 2015-04-14 17:43:52 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-04-14 17:43:52 -0400 |
commit | 4221b9c3f463e6f453bd934fa7489ae76e8811a5 (patch) | |
tree | 91b3901ab605528adca6e74cb7cfe7db74a5ee23 /_layouts | |
parent | 53fe3730c9c1139a153775d07fff79e6d91c0f2c (diff) |
Add lang attribute
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/master.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/master.html b/_layouts/master.html index 91ea717..6909f74 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <title>{{ page.title }}</title> |