diff --git a/templates/layout.php b/templates/layout.php index a26d18e..e84ee52 100644 --- a/templates/layout.php +++ b/templates/layout.php @@ -2,15 +2,19 @@ + <?= isset($title) ? Helper\escape($title) : 'Miniflux' ?> + + + - <?= isset($title) ? Helper\escape($title) : 'Miniflux' ?> +