Skip to content

Commit 07bba98

Browse files
Add lang attribute to HTML tag (#24)
1 parent 0394f73 commit 07bba98

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository contains the source code for the official website [bokeh.org](https://bokeh.org). The source code and issue tracker for Bokeh itself can be found at [github.com/bokeh/bokeh](https://github.com/bokeh/bokeh).
44

5-
<img src="img/website.png">
5+
<img src="img/bokeh_website.png">
66

77
## Developing with Docker
88

_layouts/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
{% include head.html %}

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33

44
<head>
55
{% include head.html %}

img/bokeh_website.png

609 KB
Loading

img/website.png

-1.61 MB
Binary file not shown.

0 commit comments

Comments
 (0)