dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
theme(fix): share link building when `params` particle is present (#769)
Ramiro Morales
26.05.2024
58e742ef62f789842e1616328e60127da632de8a
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
partials
/
site-favicon.html
1
2
3
{{ if .Site.Params.favicon }}
<link rel="shortcut icon" href="{{ relURL ($.Site.Params.favicon) }}" type="image/x-icon" />
{{ end }}