Skip to content

Commit bf5d760

Browse files
authored
Update footer.jinja (#262)
* Update footer.jinja Add a link to pad.ws in footer * Fix layout
1 parent d36b3a0 commit bf5d760

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/server/templates/components/footer.jinja

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,22 @@
1616
</a>
1717
</div>
1818
<!-- Middle column - Made with love -->
19-
<div class="flex justify-center items-center">
19+
<div class="flex flex-col justify-center items-center">
2020
<div class="flex items-center">
2121
made with ❤️ by
22-
<a href="https://bsky.app/profile/yasbaltrine.bsky.social"
22+
<a href="https://x.com/romdot2"
2323
target="_blank"
2424
rel="noopener noreferrer"
2525
class="ml-1 hover:underline">@rom2</a>
2626
</div>
27+
<div class="flex items-center mt-1">
28+
Check out my
29+
<a href="https://pad.ws"
30+
target="_blank"
31+
rel="noopener noreferrer"
32+
referrerpolicy="origin"
33+
class="ml-1 hover:underline">latest project</a>
34+
</div>
2735
</div>
2836
<!-- Right column - Discord -->
2937
<div class="flex justify-end">

0 commit comments

Comments
 (0)