You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
306 B
HTML
12 lines
306 B
HTML
{{- /*
|
|
|
|
A modified version of the favicons.html partial in Docsy.
|
|
|
|
*/ -}}
|
|
|
|
{{- $ico := resources.Get "icons/favicon.ico" -}}
|
|
{{- $svg := resources.Get "icons/favicon.svg" -}}
|
|
|
|
<link rel="shortcut icon" href="{{ $ico.RelPermalink }}">
|
|
<link rel="icon" type="image/svg+xml" href="{{ $svg.RelPermalink }}">
|