chore: Harden reddit link

This commit is contained in:
Daniel Kempkens 2023-08-29 22:46:40 +02:00
parent 953f2c3950
commit be98b4b1c8
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -5,7 +5,7 @@
-
<small><%= DateTime.to_iso8601(post.posted_at) %></small>
-
<a href="https://reddit.com<%= post.permalink %>">Open reddit</a>
<a href="https://www.reddit.com<%= post.permalink %>" rel="noreferrer">Open reddit</a>
</p>
<%= unless is_nil(post.selftext) do %>