Display 'Untitled' if there is no title
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="article-link">
|
||||
<h6><a href="https://dailystormer.su<%- art.slug %>"><%- art.title %></a></h6>
|
||||
<h6><a href="https://dailystormer.su<%- art.slug %>"><%- art.title || 'Untitled' %></a></h6>
|
||||
<div class="row" >
|
||||
<div class="three columns" >
|
||||
by <a class="author" href="/search?q=<%- encodeURIComponent(`author:"${art.author}"`) %>"><%- art.author %></a>
|
||||
|
||||
Reference in New Issue
Block a user