Skip to content

Commit f722a3b

Browse files
authored
chore: Remove extra newline
1 parent dcfecd4 commit f722a3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resources/projects/website/listing/item-default.ejs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ print(`<div class="metadata-value listing-${field}">${listing.utilities.outputLi
5555
::: {.body}
5656

5757
<% if (fields.includes('title')) { %>
58-
5958
<h3 class="no-anchor listing-title"><a href="<%- item.path %>" <%= item.target ? `target="${item.target}"` : "" %> class="no-external"><%= item.title %></a></h3>
6059
<% if (fields.includes('subtitle')) { %>
6160
<div class="listing-subtitle"><a href="<%- item.path %>" <%= item.target ? `target="${item.target}"` : "" %> class="no-external"><%= item.subtitle %></a></div>

0 commit comments

Comments
 (0)