Merge pull request 'fix: Metadata link not working. Fixed link and description.' (#16) from daball/nm3clol-express-app:main into main

Reviewed-on: nm3clol/nm3clol-express-app#16
This commit is contained in:
David Ball 2024-06-24 01:10:23 -04:00
commit 1d09025526

View File

@ -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>