From 9fc43ea22c12215dd37a98edaf2087abd1dc50ad Mon Sep 17 00:00:00 2001 From: Nico Hoffmann Date: Tue, 30 Nov 2021 14:29:26 +0100 Subject: [PATCH] Remove `title` from `site.yml` To actually use `view.site` translation strings in the Panel. --- site/blueprints/site.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/blueprints/site.yml b/site/blueprints/site.yml index 9218bf7..409fd16 100644 --- a/site/blueprints/site.yml +++ b/site/blueprints/site.yml @@ -1,6 +1,4 @@ -# The site blueprint must have a title, the title may be different from the file name # The `site.yml` blueprint defines the look of the start page (Dashboard) of the Panel. -title: Site # The site blueprint usually provides easy access to all main pages of the site. # In this example blueprint, we also show subpages of the `photography` and `notes` pages.