chore: Harden reddit link
This commit is contained in:
parent
953f2c3950
commit
be98b4b1c8
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Reference in a new issue