diff options
| author | molivier <olivier.matthieu@gmail.com> | 2016-06-01 16:34:54 +0200 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2016-10-12 02:08:01 +0000 |
| commit | 3641cf08b66e7a68451a5a0f1d7a34e11c71f765 (patch) | |
| tree | 53c21c0a5dec0f0df090c3540ed72f1ca9aaf047 | |
| parent | c9941e54e5b8e9618a8c951bc89798f85f6a7a71 (diff) | |
| download | golang-id-tour-3641cf08b66e7a68451a5a0f1d7a34e11c71f765.tar.xz | |
tour: update index template favicon url
Current favicon link is broken and returns 404. Fixes
`href="/static/img/favicon.ico"` to become `href="/favicon.ico"`.
Change-Id: I37ad0e6be8f4d4cdc9245fcd122fab56f7fb3eaa
Reviewed-on: https://go-review.googlesource.com/23632
Reviewed-by: Russ Cox <rsc@golang.org>
| -rwxr-xr-x | template/index.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.tmpl b/template/index.tmpl index 84cbe30..01f94b4 100755 --- a/template/index.tmpl +++ b/template/index.tmpl @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> - <link rel="shortcut icon" sizes="196x196" href="/static/img/favicon.ico"> + <link rel="shortcut icon" sizes="196x196" href="/favicon.ico"> <link rel="stylesheet" href="/static/css/app.css" /> <link rel="stylesheet" href="/static/lib/codemirror/lib/codemirror.css"> <link href='//fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'> |
