8 lines
355 B
HTML
8 lines
355 B
HTML
</main>
|
||
<footer class="footer">
|
||
<p>© {{ 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>
|
||
</html>
|