mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2025-01-04 05:02:53 +00:00
4 lines
93 B
HTML
4 lines
93 B
HTML
|
{{ with .Site.Params.favicon }}
|
||
|
<link rel="shortcut icon" href="{{ . | relURL }}">
|
||
|
{{ end }}
|