Skip to content

Commit

Permalink
Add language code attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Naaber committed Jan 22, 2015
1 parent ba57d5f commit e32e4ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion layouts/blog___news.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ page.language_code }}">
<head>
{% include "SiteHeader" %}
{{blog.rss_link}}
Expand Down
2 changes: 1 addition & 1 deletion layouts/blog_article.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ page.language_code }}">
<head>
{% include "SiteHeader" %}
{{blog.rss_link}}
Expand Down
2 changes: 1 addition & 1 deletion layouts/common_page.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ page.language_code }}">
<head>
{% include "SiteHeader" %}
</head>
Expand Down
2 changes: 1 addition & 1 deletion layouts/front_page.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ page.language_code }}">
<head>
{% include "SiteHeader" %}
</head>
Expand Down

0 comments on commit e32e4ec

Please sign in to comment.