Skip to content

Commit

Permalink
fix: add favicon to index.template
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoey committed May 31, 2019
1 parent 57579eb commit 9577e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/static/favicon.png">
<title>{{ title }}</title>
<meta name="description" content="{{ description }}">
<meta name="keywords" content="{{ keywords }}"> {{{ ssrHeadAddInfo }}}
Expand Down

0 comments on commit 9577e0d

Please sign in to comment.