Sha256: 20c746548f4e0921a1f7f1b8f2b92b9023963807da5d1240ce6e318858600496

Contents?: true

Size: 137 Bytes

Versions: 10

Compression:

Stored size: 137 Bytes

Contents

# frozen_string_literal: true

module SiteHelper
  def page_title(current_page)
    current_page.data.title || data.site.title
  end
end

Version data entries

10 entries across 5 versions & 1 rubygems

Version Path
frontman-ssg-0.1.1 project-templates/webpack/helpers/site_helper.rb
frontman-ssg-0.1.1 project-templates/default/helpers/site_helper.rb
frontman-ssg-0.1.0 project-templates/default/helpers/site_helper.rb
frontman-ssg-0.1.0 project-templates/webpack/helpers/site_helper.rb
frontman-ssg-0.0.4 project-templates/webpack/helpers/site_helper.rb
frontman-ssg-0.0.4 project-templates/default/helpers/site_helper.rb
frontman-ssg-0.0.3 project-templates/webpack/helpers/site_helper.rb
frontman-ssg-0.0.3 project-templates/default/helpers/site_helper.rb
frontman-ssg-0.0.2 project-templates/default/helpers/site_helper.rb
frontman-ssg-0.0.2 project-templates/webpack/helpers/site_helper.rb