tangled
alpha
login
or
join now
lewis.moe
/
tangled-core
1
fork
atom
Monorepo for Tangled
1
fork
atom
overview
issues
1
pulls
pipelines
appview: update footer to point to my new handle :)
Akshay
10 months ago
1726c3b3
368d42a7
+1
-1
1 changed file
expand all
collapse all
unified
split
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 }}