Skip to content

Commit 3215009

Browse files
potato4dkazupon
authored andcommitted
Fix vue.js to Vue.js. (vuejs#692)
1 parent 01b3648 commit 3215009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html lang="en">
44
<head>
5-
<title><%- page.title ? page.title + ' - ' : '' %>vue.js</title>
5+
<title><%- page.title ? page.title + ' - ' : '' %>Vue.js</title>
66
<meta charset="utf-8">
77
<meta name="description" content="<%- theme.site_description %>">
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

0 commit comments

Comments
 (0)