From e6a5732698815411ec328b8708fb00c7b3fe42d9 Mon Sep 17 00:00:00 2001 From: mleanos Date: Wed, 14 Oct 2015 22:21:42 -0700 Subject: [PATCH] Favicon invalid path Removed the {{url}} from the Favicon path. This fixes the intermittent issues with the path resolving to an invalid location. Removed the url from the twitter:image & og:image tags, to be static references to the logo. --- modules/core/server/views/layout.server.view.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/core/server/views/layout.server.view.html b/modules/core/server/views/layout.server.view.html index c10f4e62d8..aba668af87 100644 --- a/modules/core/server/views/layout.server.view.html +++ b/modules/core/server/views/layout.server.view.html @@ -1,4 +1,4 @@ - + @@ -19,17 +19,17 @@ - + - + - + {% for cssFile in cssFiles %}{% endfor %} @@ -47,12 +47,12 @@ - + - {% for jsFile in jsFiles %}{% endfor %} + {% for jsFile in jsFiles %}{% endfor %} {% if livereload %}