mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 15:05:55 +00:00
6 lines
278 B
HTML
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 }}"> |