2022-08-23 11:47:35 -04:00

6 lines
278 B
HTML

<!--
for user-side override
-->
<link rel="shortcut icon" type="image/png" href="{{ $.Site.Params.profile.avatar }}">
<link rel="shortcut icon" sizes="192x192" href="{{ $.Site.Params.profile.avatar }}">
<link rel="apple-touch-icon" href="{{ $.Site.Params.profile.avatar }}">