Concrete: Home tag at the top of the page

Permalink
I'm wondering how to edit the page title tag, or browser tag that you see at the very top of the screen, and the history also shows concrete home and my other pages instead of my site name

 
bbeng89 replied on at Permalink Reply
bbeng89
By default the site title should be in the format: Site Name :: Page Name.

The page name can either come from the page Name standard property or the Meta Title attribute.

If you want to change the format of the page title you can add the PAGE_TITLE_FORMAT variable to /config/site.php. For example, to switch it around so the title is - Page Name :: Site Name - you could add the following to /config/site.php:
define('PAGE_TITLE_FORMAT', '%2$s :: %1$s');
mhawke replied on at Permalink Reply
mhawke
It might be as simple as heading to 'DashBoard->System and Settings->Site Name' and putting in your site name.