0
Fork 0
mirror of https://codeberg.org/NoGitHub/nogithub.codeberg.page.git synced 2025-01-03 12:30:06 -05:00
No-GitHub/layouts/partials/favicon.html

3 lines
92 B
HTML
Raw Normal View History

2023-02-03 09:17:35 -05:00
{{ with .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ . | absURL }}">{{ end }}