Skip to content

Commit 944a9ab

Browse files
committed
simplify template
1 parent ff81673 commit 944a9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>{{ title || 'Vue HN 2.0' }}</title>
4+
<title>{{ title }}</title>
55
<meta charset="utf-8">
66
<meta name="mobile-web-app-capable" content="yes">
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">

0 commit comments

Comments
 (0)