1
0
Fork 0
hugo-paper/layouts/partials/footer.html

8 lines
325 B
HTML
Raw Normal View History

2021-08-23 21:59:02 +02:00
<footer class="footer">
<p>&copy; {{ now.Year }} <a href="{{ `` | absURL }}">{{ site.Title }}</a></p>
<p>Powered by <a href="https://gohugo.io/" rel="noopener" target="_blank">Hugo</a></p>
<p>
2021-09-04 00:56:57 +02:00
<a href="https://github.com/nanxiaobei/hugo-paper" rel="noopener" target="_blank">Paper 5.1</a>
2021-08-23 21:59:02 +02:00
</p>
</footer>