Skip to content

Commit f6efb69

Browse files
committed
Remove v from page title
1 parent 91f71d2 commit f6efb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>Immutable Web App v{{ version }}</title>
6+
<title>Immutable Web App {{ version }}</title>
77
<meta name="description" content="Immutable web app.">
88
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
99
<link rel="stylesheet" href="{{ root }}/index.css">

0 commit comments

Comments
 (0)