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

12 lines
465 B
HTML
Raw Normal View History

2022-07-19 17:25:41 +02:00
<footer class="opaco mx-auto flex h-[5rem] max-w-3xl items-center px-8 text-[0.9em] opacity-60">
2022-07-18 17:36:39 +02:00
<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>