1
0
Fork 0
hugo-paper/layouts/partials/footer.html
nanxiaobei 39f6f4e9b2 v6
2022-07-18 23:36:39 +08:00

12 lines
457 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="mx-auto flex h-[5rem] max-w-3xl items-center px-8 text-sm text-zinc-500">
<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>