+1
-1
appview/pages/templates/layouts/footer.html
+1
-1
appview/pages/templates/layouts/footer.html
···
1
1
{{ define "layouts/footer" }}
2
2
<div class="w-full p-4 bg-white dark:bg-gray-800 rounded-t">
3
3
<div class="container mx-auto text-center text-gray-600 dark:text-gray-400 text-sm">
4
4
-
<span class="font-semibold italic">tangled</span> — made by <a href="/@oppili.bsky.social">@oppili.bsky.social</a> and <a href="/@icyphox.sh">@icyphox.sh</a>
4
4
+
<span class="font-semibold italic">tangled</span> — made by <a href="/@oppi.li">@oppi.li</a> and <a href="/@icyphox.sh">@icyphox.sh</a>
5
5
</div>
6
6
</div>
7
7
{{ end }}