diff --git a/News/themes/stardust/layouts/default.twig b/News/themes/stardust/layouts/default.twig index 36b42e6..0470a79 100644 --- a/News/themes/stardust/layouts/default.twig +++ b/News/themes/stardust/layouts/default.twig @@ -6,8 +6,18 @@ - {% if (post.title) %}$post.title | KXStudio News{% else %}KXStudio News{% endif %} - {% if (post.title) %}{% else %}{% endif %} + {% if (post.title) %} + $post.title | KXStudio News + + + + + + + {% else %} + KXStudio News + + {% endif %}