diff --git a/app/views/directory.ejs b/app/views/directory.ejs index 2eeecef8..edfe52dd 100644 --- a/app/views/directory.ejs +++ b/app/views/directory.ejs @@ -39,18 +39,20 @@ <% } %> -
- This text scan may contain automatically generated text as generated using Apache Tika - and Tesseract. It may not be correct. No effort has been made to correct any of these scans - (so far). These OCR scans are also used in the site's Search feature. Please review the - Search Policy for details about the site features. -
-<%- h.printReadme(directory) %>+ <% if (typeof h.readmeFm(directory).file !== 'undefined') { %> +
+ This text scan may contain automatically generated text as generated using Apache Tika + and Tesseract. It may not be correct. No effort has been made to correct any of these scans + (so far). These OCR scans are also used in the site's Search feature. Please review the + Search Policy for details about the site features. +
+<%- h.printReadme(directory) %>+