diff --git a/themes/wilma/templates/page-home.ftl b/themes/wilma/templates/page-home.ftl index 35c0d105..b57c2ee5 100644 --- a/themes/wilma/templates/page-home.ftl +++ b/themes/wilma/templates/page-home.ftl @@ -8,6 +8,9 @@ + + + ${title} ${stylesheets.addFromTheme("/css/screen.css")} @@ -18,7 +21,7 @@ diff --git a/themes/wilma/templates/page.ftl b/themes/wilma/templates/page.ftl index 276c0d64..db12300d 100644 --- a/themes/wilma/templates/page.ftl +++ b/themes/wilma/templates/page.ftl @@ -6,6 +6,9 @@ + + + ${title} ${stylesheets.addFromTheme("/css/screen.css")} @@ -16,7 +19,7 @@