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
Fix template to suport empty social parameter
Luiz de Prá
23.28.2018
853492596dd78dedb755e66db8d79d01e13c66b2
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
footer.html
1
2
3
4
5
<footer class="footer">
<section class="container">
© {{ .Site.LastChange.Format "2006" }} · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>