Update template.ejs

This commit is contained in:
bihlink 2022-07-05 22:21:03 +02:00 committed by GitHub
parent 78f51f9ce6
commit 1e54580e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<% filtered.forEach(function(item){ %> <% filtered.forEach(function(item){ %>
<div class="card"> <div class="card">
<% if (item.isBoost) { %> <% if (item.isBoost) { %>
<div class="item-title card-header">Shared by Links</div> <div class="item-title card-header"><%- item.title %></div>
<% } %> <% } %>
<div class="author mb-2 card-header"> <div class="author mb-2 card-header">
<a target="_top" href="<%- item.author.uri %>"> <a target="_top" href="<%- item.author.uri %>">