Skip to content

Commit

Permalink
Added a lang attribute
Browse files Browse the repository at this point in the history
This is useful for accessibility
  • Loading branch information
alex committed Aug 7, 2015
1 parent 9801084 commit 53a6e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>The U.S. Digital Services Playbook</title>
<meta charset='UTF-8'/>
Expand Down Expand Up @@ -82,4 +82,4 @@ <h2>{{ play.title }}</h2>
<script src='{{site.baseurl}}/assets/js/site.js'></script>
<script id="_fed_an_js_tag" type="text/javascript" src="{{site.baseurl}}/assets/js/federated-analytics.all.min.js?agency=GSA&sub-agency=OGP"></script>
</body>
</html>
</html>

0 comments on commit 53a6e21

Please sign in to comment.