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/hedgedoc/head.ejs | 4 +--- public/views/html.hbs | 8 ++++++-- public/views/index/head.ejs | 2 +- public/views/pretty.ejs | 5 ++--- public/views/slide.ejs | 3 +-- 5 files changed, 11 insertions(+), 11 deletions(-) (limited to 'public') diff --git a/public/views/hedgedoc/head.ejs b/public/views/hedgedoc/head.ejs index e7b13e8a..f7e4c8fd 100644 --- a/public/views/hedgedoc/head.ejs +++ b/public/views/hedgedoc/head.ejs @@ -9,14 +9,12 @@ <% if (opengraph.hasOwnProperty(og) && opengraph[og].trim() !== '') { %> <% }} if (!opengraph.hasOwnProperty('image')) { %> - + <% } %> <%= title %> - - <% if(useCDN) { %> diff --git a/public/views/html.hbs b/public/views/html.hbs index 8e91b7b2..7ac97241 100644 --- a/public/views/html.hbs +++ b/public/views/html.hbs @@ -12,8 +12,12 @@ {{title}} - - + + + + + + diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs index 2b751d34..900d6324 100644 --- a/public/views/index/head.ejs +++ b/public/views/index/head.ejs @@ -11,7 +11,7 @@ - + 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) { %> diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 963091a7..b88fe5a2 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -13,8 +13,7 @@ <% } %> <%= title %> - - + <%- include includes/favicon.ejs %> <% if(useCDN) { %> -- cgit v1.2.3