mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 08:38:36 +01:00
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 }}">
|