docs/layouts/partials/footer.html
{{ "<!-- Footer -->" | safeHTML }}
<footer>
{{ partial "ad" . }}
<div class="container">
<div class="row">
<div class="col-md-3">
<h4>Contact information</h4>
<div class="addthis_inline_follow_toolbox"></div>
</div>
<div class="col-md-7">
<p class="copyright text-muted small">
Copyright © {{ .Site.Params.AuthorName }} All Rights Reserved.<br/>
Icon by <a href="https://www.flickr.com/photos/101755654@N08/">Enzymlogic</a> under CC BY SA 2.0 License.
Built with <a href="http://gohugo.io">Hugo</a> and the
<a href="https://github.com/swiftline/github-project-landing-page">Github project Page</a>
theme.
The Gopher icon is created by <a href="https://twitter.com/tenntenn">Takuya Ueda</a> under CC BY 3.0 License.
</p>
</div>
<div class="col-md-2">
<script data-gratipay-username="jkawamoto" src="//grtp.co/v1.js"></script>
</div>
</div>
</div>
</footer>