site_title
This simple extension provides a tag for the output of the title of the site. The site title should be set in a configuration setting with a key of ‘site.title’.
Also allows for the option to output the site title along with the page title, as would be displayed in the tag of a HTML page.
Example
<r:site:title />
outputs
Your Site Title
With page title
<r:site:title with_page_title="true" />
outputs
Your Page Title ยป Your Site Title
Custom separator
<r:site:title with_page_title="true" separator=" | " />
outputs
Your Page Title | Your Site Title
| Author | smallspark |
|---|---|
| Website | http://github.com/smallspark/site_title |
| Repository | git://github.com/smallspark/site_title.git |
| Download | http://github.com/smallspark/site_title/tarball/master |
| Supports | Radiant 0.8.1 |
| Record Created | February 28, 2010 (almost 2 years ago) |
| Last Updated | March 2, 2010 (almost 2 years ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install site_title
