Add a link to the JSON version of an article
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<% let _slug = art.slug.replace(/\//g, '') %>
|
||||
<div class="article-link">
|
||||
<h6><a href="https://dailystormer.su<%- art.slug %>"><%- art.title || 'Untitled' %></a></h6>
|
||||
<h6><a href="https://dailystormer.su<%- art.slug %>"><%- art.title || 'Untitled' %></a> <a href="/article/<%- _slug %>">[json]</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