hugo-theme-introduction/layouts/partials/head/favicons.html
Hanzei 3a6144e557
Fix assets for thems site (#111)
* Fix font path

* Fix favicon path

* Revert "Serve hugo pipes assets with .RelPermalink (#107)"

This reverts commit 88aa5812f5.

* Use relLangURL

* Rebuild docs
2018-11-28 20:50:50 +01:00

3 lines
93 B
HTML

{{ with .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ . | relURL }}">
{{ end }}