1
0
Fork 0
hugo-paper/layouts/partials/footer.html
2022-07-19 23:25:41 +08:00

12 lines
465 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer class="opaco mx-auto flex h-[5rem] max-w-3xl items-center px-8 text-[0.9em] opacity-60">
<div class="mr-auto">
&copy; {{ now.Year }}
<a class="link" href="{{ `` | absURL }}">{{ site.Title }}</a>
</div>
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank">Powered by Hugo</a
>
<a class="link" href="https://github.com/nanxiaobei/hugo-paper" rel="noopener" target="_blank"
>▷ Paper 6</a
>
</footer>