mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02: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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user