Compare commits

..

No commits in common. "1d090255263937c64b3021fe47574cdca0ddb1d5" and "b38d7ee07e777c4ae24067e201bad0aa91f55638" have entirely different histories.

View File

@ -22,7 +22,7 @@
<b>Document Date:</b> <%= h.moment(h.readmeFm(directory).docDate).format('MMMM D, YYYY') %>
<% } %>
<%if (typeof h.readmeFm(directory).file !== 'undefined') { %>
<b>Document:</b> <a href="<%- encodeURI(h.readmeFm(directory).file) %>"><%- path.basename(h.readmeFm(directory).file) %></a>
<b>Document:</b> <a href="<%- encodeURI(path.basename(h.readmeFm(directory).file)) %>"><%- h.readmeFm(directory).file %></a>
<% } %>
</small>
</p>