dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Updated favicon to support alternative file names and paths (#81)
Chip Senkbeil
13.22.2018
f83b230aa21b976d4c3ebbd01d28fc736e93377b
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
footer.html
1
2
3
4
5
6
7
8
<footer class="footer">
<section class="container">
{{ with .Site.Params.footercontent }}
<p>{{.}}</p>
{{ end }}
{{ if not .Site.Params.hideCopyright }} © {{ .Site.LastChange.Format "2006" }} {{ end }} {{ if not .Site.Params.hideCredits}} {{ if not .Site.Params.hideCopyright }} · {{ end }} Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>. {{ end }}
</section>
</footer>