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
Fix `_styles.css` bad reference in GetMainCSS
Regis Philibert
23.01.2021
4a81618d05edca21e99c0a1b95810e09e68a1416
[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 }}