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
Use .Render for summary and summary-with-image throughout
Regis Philibert
19.22.2022
4cbad87eccf5cca4429240595f75c4e01c2fed58
[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 }}