Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

johngrimes/site_title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site Title

This simple extension for Radiant CMS 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 <title> tag of a HTML page.

Examples

<r:site:title />

outputs

Your Site Title

<r:site:title with_page_title="true" />

outputs

Your Page Title » Your Site Title

<r:site:title with_page_title="true" separator=" | " />

outputs

Your Page Title | Your Site Title

About

Extension to Radiant CMS that allows you to include a site title in your templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages