Skip to content

Commit

Permalink
Fix language in html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocopes committed Mar 30, 2016
1 parent c2db924 commit 4f6455f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/base.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="{{ grav.language.getLanguage ?: 'en' }}">
<head>
{% block head %}
<meta charset="utf-8" />
Expand Down

0 comments on commit 4f6455f

Please sign in to comment.