Skip to content

Commit 5fafc0c

Browse files
committed
fix(footer): still had windicss link
1 parent 0808d59 commit 5fafc0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<footer class="bottom-0 w-full p-4 text-xs text-center text-gray-500 dark:text-gray-400 border-t border-gray-200">
2-
<p>made with <a href="https://gohugo.io" class="underline hover:text-brand">Hugo</a> and <a href="https://windicss.org" class="underline hover:text-brand">WindiCSS</a></p>
2+
<p>made with <a href="https://gohugo.io" class="underline hover:text-brand">Hugo</a> and <a href="https://unocss.dev/" class="underline hover:text-brand">UnoCSS</a></p>
33
</footer>

0 commit comments

Comments
 (0)