Added initialisation and normal run
This commit is contained in:
10
themes/spd/layout/_widget/related-links.ejs
Normal file
10
themes/spd/layout/_widget/related-links.ejs
Normal file
@@ -0,0 +1,10 @@
|
||||
<% if (page.related) { %>
|
||||
<section class="visible-md visible-lg">
|
||||
<h5>Related Pages</h5>
|
||||
<ul style="list-style-type: none; padding-left: 10px;">
|
||||
<% page.related.map(function(tag){ %>
|
||||
<li><a href="<%= tag.page %>.html"><%= tag.title %></a></li>
|
||||
<% }) %>
|
||||
</ul>
|
||||
</section>
|
||||
<% } %>
|
Reference in New Issue
Block a user