From 68c8f2860dd85f984e68b05393fbfdab0eec88c6 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Fri, 27 Nov 2020 11:29:34 +0100 Subject: Fixed shortcut icon urls pointing to old (nonexistent) files Signed-off-by: Erik Michelson --- public/views/pretty.ejs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'public/views/pretty.ejs') diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index d9221c93..074b181b 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -18,14 +18,13 @@ <% if (opengraph.hasOwnProperty(og) && opengraph[og].trim() !== '') { %> <% }} if (!opengraph.hasOwnProperty('image')) { %> - + <% } %> <%= title %> - - + <%- include includes/favicon.ejs %> <% if(useCDN) { %> -- cgit v1.2.3