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

19 lines
489 B
HTML
Raw Normal View History

2022-11-15 01:06:02 +01:00
<footer
2023-03-19 19:34:05 +01:00
class="opaco mx-auto flex h-[5rem] max-w-3xl items-center px-8 text-[0.9em] opacity-60"
2022-11-15 01:06:02 +01:00
>
2022-07-18 17:36:39 +02:00
<div class="mr-auto">
&copy; {{ 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"
2023-02-25 21:20:01 +01:00
>Theme Paper</a
2022-07-18 17:36:39 +02:00
>
2021-08-23 21:59:02 +02:00
</footer>