This repository has been archived on 2021-08-12. You can view files and clone it, but cannot push or open issues/pull-requests.
hugo-bearblog-fork/layouts/partials/favicon.html

3 lines
94 B
HTML
Raw Normal View History

2020-08-31 09:40:11 -04:00
{{ with .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ . | absURL }}" />{{ end }}