module Titleist

Serves standardized titles throughout your Rails application, leveraging I18n locale configuration and view helpers to make defining and presenting titles in any way you see fit as simple as possible.

@example Setting a title

en:
  titleist:
    format: '%{app} | %{page}' # this is the default
  application:
    title: My App
  pages:
    index:
      title: Home
  posts:
    show:
      title: "Post %{name}"

@example Rendering the current title

= title_tag

typed: false

typed: strong

typed: false

typed: true

typed: true

Constants

VERSION

Current version of this library.

@return [String]