Skip to content

Commit

Permalink
add html lang attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
justinnhli committed May 25, 2018
1 parent 6856d1a commit e78f29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/surnia/templates/base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
Expand Down

0 comments on commit e78f29b

Please sign in to comment.