mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
3 lines
93 B
HTML
3 lines
93 B
HTML
{{ with .Site.Params.favicon }}
|
|
<link rel="shortcut icon" href="{{ . | absURL }}">
|
|
{{ end }}
|