From 35851b1ddcd0f2eb6cb23a97ae69381f7f37b511 Mon Sep 17 00:00:00 2001 From: David Ball Date: Mon, 24 Jun 2024 01:09:24 -0400 Subject: [PATCH] fix: Metadata link not working. Fixed link and description. --- app/views/directory.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/directory.ejs b/app/views/directory.ejs index adb96576..76aef4ed 100644 --- a/app/views/directory.ejs +++ b/app/views/directory.ejs @@ -22,7 +22,7 @@ Document Date: <%= h.moment(h.readmeFm(directory).docDate).format('MMMM D, YYYY') %> <% } %> <%if (typeof h.readmeFm(directory).file !== 'undefined') { %> - Document: <%- h.readmeFm(directory).file %> + Document: <%- path.basename(h.readmeFm(directory).file) %> <% } %>