Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
diesys
hugo-flowinspace
Commits
b28784e7
Commit
b28784e7
authored
Oct 07, 2017
by
diesys
🎈
Browse files
fix favicon abs link
parent
29e1ee08
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/partials/header.html
View file @
b28784e7
...
...
@@ -37,10 +37,10 @@
<!-- Fav Icon -->
<link
rel=
"shortcut icon"
href=
"#"
>
<link
rel=
"icon"
sizes=
"72x72"
href=
"images/favicon72.png"
type=
"image/x-icon"
>
<link
rel=
"icon"
sizes=
"114x114"
href=
"images/favicon114.png"
type=
"image/x-icon"
>
<link
rel=
"icon"
sizes=
"144x144"
href=
"images/favicon144.png"
type=
"image/x-icon"
>
<link
rel=
"icon"
sizes=
"256x256"
href=
"images/favicon256.png"
type=
"image/x-icon"
>
<link
rel=
"icon"
sizes=
"72x72"
href=
"
{{ .Site.BaseURL }}/
images/favicon72.png"
type=
"image/x-icon"
>
<link
rel=
"icon"
sizes=
"114x114"
href=
"
{{ .Site.BaseURL }}/
images/favicon114.png"
type=
"image/x-icon"
>
<link
rel=
"icon"
sizes=
"144x144"
href=
"
{{ .Site.BaseURL }}/
images/favicon144.png"
type=
"image/x-icon"
>
<link
rel=
"icon"
sizes=
"256x256"
href=
"
{{ .Site.BaseURL }}/
images/favicon256.png"
type=
"image/x-icon"
>
<!--[if lte IE 9]><link rel="stylesheet" href="/css/ie9.css" /><![endif]-->
<noscript><link
rel=
"stylesheet"
href=
"/css/noscript.css"
/></noscript>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment