Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Modifying Site Title

Quote Reply
Modifying Site Title
Looking to modify the site title.

I see the luna templete file home.html that rebuilds this here:

<html>
<head>
<title><%site_title%></title>
<%include include_common_head.html%>
</head>

Where can I locate <title><%site_title%></title>

Thanks
Quote Reply
Re: [rowhouser] Modifying Site Title In reply to
<%site_title%> is a global that you can edit in Build/Template Globals in the admin backend.
Quote Reply
Re: [aus_dave] Modifying Site Title In reply to
Great. Thanks. That was easy. It should be easy like this with everything else.
Quote Reply
Re: [rowhouser] Modifying Site Title In reply to
The templating system is pretty simple wonce you get the hang of it Wink.

For good search engine optimisation you will probably want to edit the <title> tags in the templates and make use of the variables within each page e.g. <title><%Title%> - <%site_name%></title> on detailed pages. You can use the <%dump%> tag in templates to output a list of available variables.