fix: Metadata link not working. Fixed link and description. #16
|
@ -22,7 +22,7 @@
|
||||||
<b>Document Date:</b> <%= h.moment(h.readmeFm(directory).docDate).format('MMMM D, YYYY') %>
|
<b>Document Date:</b> <%= h.moment(h.readmeFm(directory).docDate).format('MMMM D, YYYY') %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<%if (typeof h.readmeFm(directory).file !== 'undefined') { %>
|
<%if (typeof h.readmeFm(directory).file !== 'undefined') { %>
|
||||||
<b>Document:</b> <a href="<%- encodeURI(path.basename(h.readmeFm(directory).file)) %>"><%- h.readmeFm(directory).file %></a>
|
<b>Document:</b> <a href="<%- encodeURI(h.readmeFm(directory).file) %>"><%- path.basename(h.readmeFm(directory).file) %></a>
|
||||||
<% } %>
|
<% } %>
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user