From 6c9179a3885f1453eb753dfb52b7645162856d0e Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 9 Aug 2020 11:56:09 +0000 Subject: [PATCH] fix(layout): utilise url_for() to prepend root value --- themes/chameleon/layout/_partial/head.ejs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/themes/chameleon/layout/_partial/head.ejs b/themes/chameleon/layout/_partial/head.ejs index e13bfa2..87dbf61 100644 --- a/themes/chameleon/layout/_partial/head.ejs +++ b/themes/chameleon/layout/_partial/head.ejs @@ -32,21 +32,21 @@ <%- feed_tag(theme.rss) %> <% } %> <%/* Favicon */%> - - - - - - - - + + + + + + + + - + - + <%/* CSS of Chameleon theme */%> <%- css('/css/chameleon.css') %>