From 1fdd18c42f5bcee7d2e2bb1d2912088ed2694496 Mon Sep 17 00:00:00 2001 From: swag Date: Fri, 1 Apr 2022 22:38:14 -0400 Subject: [PATCH] Change some
to
where a heading is not necessary (HTML linter findings) --- templates/index.html.ep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html.ep b/templates/index.html.ep index 212639e..b5edf85 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep @@ -5,17 +5,17 @@ <% for my $post (@$view_posts) { =%>

<%= @$post[0] %>

-
+

<%= @$post[2] %>

-
-
+
+

- <%= @$post[1] %> <% if (@$post[3]) { =%> (<%= link_to Homepage => @$post[3] %>) <% } =%>

-
+ <% } =%>