]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Fixed some potentially problematic language in the post template
authorAidan Cornelius-Bell <[email protected]>
Wed, 14 May 2025 03:25:13 +0000 (12:55 +0930)
committerAidan Cornelius-Bell <[email protected]>
Wed, 14 May 2025 03:25:13 +0000 (12:55 +0930)
app/views/pubview/index.html.erb
app/views/pubview/post.html.erb

index bd22a5367e3fd56e52a713889a8f1a977b414135..e9b869d68512b9edf7a969fdd89a89b7ba1b0ed5 100644 (file)
@@ -22,7 +22,7 @@
               <abbr title="internal link">&swarr;&#xFE0E;</abbr>
             </span>
             <span class="dash">&mdash;</span>
-            <span class="meta">posted <%= item.published_at.strftime('%d/%m/%y') %>, tagged as <%= raw item.format_tags %></span>
+            <span class="meta">posted <%= item.published_at.strftime('%d/%m/%y') %>, tagged with <%= raw item.format_tags %></span>
             <blockquote class="home-full-content full-content">
               <%= raw item.rendered_content.html_safe %>
             </blockquote>
index 5b8900a6a692dd37dcda8feb7d733e1f1962266f..ea8f512e1051d99409f573ecb86d3ebda7de8643 100644 (file)
@@ -17,7 +17,7 @@
       <% end %>
   </div> -->
   <div class="postmeta">
-       <p ><% if [email protected]_dispatch?%>About a <%= @reading_time %> minute read, p<% else %>P<% end %>osted <%= @post.published_at.strftime('%B %d, %Y') %> and tagged <%= raw @post.format_tags %></p>
+       <p ><% if [email protected]_dispatch?%>About a <%= @reading_time %> minute read, p<% else %>P<% end %>osted <%= @post.published_at.strftime('%B %d, %Y') %> and tagged with <%= raw @post.format_tags %></p>
   </div>
   <% else %>
 <h3 class="post_siteheading">Aidan Cornelius-Bell’s mind reader:</h3>