We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfecd4 commit f722a3bCopy full SHA for f722a3b
src/resources/projects/website/listing/item-default.ejs.md
@@ -55,7 +55,6 @@ print(`<div class="metadata-value listing-${field}">${listing.utilities.outputLi
55
::: {.body}
56
57
<% if (fields.includes('title')) { %>
58
-
59
<h3 class="no-anchor listing-title"><a href="<%- item.path %>" <%= item.target ? `target="${item.target}"` : "" %> class="no-external"><%= item.title %></a></h3>
60
<% if (fields.includes('subtitle')) { %>
61
<div class="listing-subtitle"><a href="<%- item.path %>" <%= item.target ? `target="${item.target}"` : "" %> class="no-external"><%= item.subtitle %></a></div>
0 commit comments