mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-23 22:23:36 +00:00
Correct URL of the favicon in the documentation
img/favicon.png does not seem to exist, so follow the example in docs/layouts/index.html and use /favicon.ico instead.
This commit is contained in:
parent
11cdb81501
commit
010f6057ff
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="keyword" content="">
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<title>{{.Title}}</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue