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

9 lines
355 B
HTML
Raw Normal View History

2021-08-20 13:21:20 +02:00
</main>
<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><a href="https://github.com/nanxiaobei/hugo-paper" rel="noopener" target="_blank">Paper 5.0</a></p>
</footer>
</body>
2018-03-13 07:31:10 +01:00
</html>