2022-11-15 01:06:02 +01: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">
|
|
|
|
|
© {{ now.Year }}
|
|
|
|
|
<a class="link" href="{{ `` | absURL }}">{{ site.Title }}</a>
|
|
|
|
|
</div>
|
2022-11-15 01:06:02 +01:00
|
|
|
|
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
|
|
|
|
|
>Powered by Hugo️️</a
|
2022-07-18 17:36:39 +02:00
|
|
|
|
>️
|
2022-11-15 01:06:02 +01:00
|
|
|
|
<a
|
|
|
|
|
class="link"
|
|
|
|
|
href="https://github.com/nanxiaobei/hugo-paper"
|
|
|
|
|
rel="noopener"
|
|
|
|
|
target="_blank"
|
2022-07-18 17:36:39 +02:00
|
|
|
|
>▷ Paper 6</a
|
|
|
|
|
>
|
2021-08-23 21:59:02 +02:00
|
|
|
|
</footer>
|