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

12 lines
457 B
HTML
Raw Normal View History

2022-07-18 17:36:39 +02:00
<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
>
2021-08-23 21:59:02 +02:00
</footer>