Skip to content

Commit

Permalink
Add social media links to footer
Browse files Browse the repository at this point in the history
The mastodon one includes `rel="me"` to enable verification.
  • Loading branch information
chrislo committed Dec 20, 2024
1 parent 6ca63b7 commit 284ce8e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,16 @@
<%= yield %>

<footer class="flex flex-row justify-between mt-2 mb-4 text-slate-400 text-sm px-2 sm:px-0">
<div>
<p><%= link_to "About", about_url, class: "underline" %></p>
<p><%= link_to "Terms of use", terms_url, class: "underline" %></p>
<div class="flex flex-row gap-6">
<div>
<p><%= link_to "About", about_url, class: "underline" %></p>
<p><%= link_to "Terms of use", terms_url, class: "underline" %></p>
</div>
<div>
<a href="https://www.instagram.com/jamdotcoop/" class="underline">Instagram</a>
<a rel="me" href="https://mastodon.social/@jamcoop" class="underline">Mastodon</a>
<a href="https://bsky.app/profile/jamcoop.bsky.social" class="underline">Bluesky</a>
</div>
</div>
<div>
<p>A <a class="underline" href="https://gofreerange.com">Go Free Range</a> project</p>
Expand Down

0 comments on commit 284ce8e

Please sign in to comment.