aboutsummaryrefslogtreecommitdiffstats
path: root/coding-now/templates/_includes/footer.html
blob: 35760fd1ead584df88bf84d82b0f2f1944c7fcbf (plain) (blame)
1
2
3
4
5
6
7
<footer class="footer">
    &copy <a href="{{ SITEURL }}/" >{{ AUTHOR }}</a>. 2016
    <br/>
    Powered by <a href="http://getpelican.com/">pelican</a>.
    Theme by <a href="http://github.com/liyuan_t/coding-now">coding-now</a>
    <br/>
</footer>