fix: Metadata link not working. Fixed link and description.

This commit is contained in:
David Ball 2024-06-24 01:09:24 -04:00
parent 1f1071f5a9
commit 35851b1ddc

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>