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
Add CSS file from generated file
budparr
11.28.2018
9e8b8822a511663b399c65a1cd9eb4ba487defdd
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
partials
/
site-favicon.html
1
2
3
{{ if .Site.Params.favicon }}
<link rel="shortcut icon" href="/{{ .Site.Params.favicon }}" type="image/x-icon" />
{{ end }}