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
RTL support (#29)
Khosrow Moossavi
18.55.2018
fe847fb1528b1d20253107b935e4e24405537193
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
footer.html
1
2
3
4
5
<footer class="footer">
<section class="container">
{{ 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>