Skip to content

Commit 3a1082e

Browse files
committed
fix lang attribute
close vuejs#94
1 parent afc0526 commit 3a1082e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/layout.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<% var isIndex = page.path === 'index.html' %>
22
<!DOCTYPE html>
3-
<html lang="en">
3+
<html lang="ja">
44
<head>
55
<title><%- page.title ? page.title + ' - ' : '' %>vue.js</title>
66
<meta charset="utf-8">

0 commit comments

Comments
 (0)