lotus/_src/_includes/partials/footer.vento

17 lines
No EOL
349 B
Text

---
templateEngine: [vento, md]
---
<footer class="text-zinc-500">
<div>
{{if getYear() === 2024}}
&copy; {{ getYear() }} Lio
{{else}}
&copy; {{ getYear() }} - 2024 Lio
{{/if}}
<div/>
<div>
made with {{ comp.Link({url: "https://lume.land", name: "lume"}) }}
<div/>
</footer>