Archived
9
1
This repository has been archived on 2019-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
blog_old/template/uno/footer.html
2016-01-01 23:05:36 +08:00

11 lines
480 B
HTML

<footer id="footer">
<div class="container text-center">
<p class="left">© 2015 {{.Meta.Title}}.
<a href="http://creativecommons.org/licenses/by/3.0/">Some rights reserved </a> |
<a href="{{.Root}}/feed.xml">Feed</a> |
<a href="{{.Root}}/sitemap.xml">Sitemap</a>
</p>
<p class="right">Powered by <a href="https://github.com/go-xiaohei/pugo">PuGo {{.Version.Num}}</a>. Theme by Uno.
</p>
</div>
</footer>