forked from nm3clol/nm3clol-express-app
fix: Metadata link not working. Fixed link and description.
This commit is contained in:
parent
1f1071f5a9
commit
35851b1ddc
|
@ -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