mirror of
https://github.com/tomfran/typo.git
synced 2025-04-27 05:59:54 +03:00
Removed duplicated favicon.ico entry
This commit is contained in:
parent
b705977768
commit
6664932d9f
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
{{ $faviconPath := (.Site.Params.faviconPath | default "" | absURL) }}
|
{{ $faviconPath := (.Site.Params.faviconPath | default "" | absURL) }}
|
||||||
|
|
||||||
<link rel="icon" type="image/ico" href="{{ $faviconPath }}/favicon.ico">
|
|
||||||
<link rel="icon" type="image/ico" href="{{ $faviconPath }}/favicon.ico">
|
<link rel="icon" type="image/ico" href="{{ $faviconPath }}/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ $faviconPath }}/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ $faviconPath }}/favicon-16x16.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ $faviconPath }}/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ $faviconPath }}/favicon-32x32.png">
|
||||||
|
@ -11,8 +10,7 @@
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ $faviconPath }}/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ $faviconPath }}/apple-touch-icon.png">
|
||||||
|
|
||||||
{{ with .OutputFormats.Get "rss" -}}
|
{{ with .OutputFormats.Get "rss" -}}
|
||||||
{{ printf `
|
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
|
||||||
<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{- if .IsHome -}}
|
{{- if .IsHome -}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue