Sha256: b0ab9548a839c113394d339ef7ed0c02e186538f75b209c6632aea5010acf9e2
Contents?: true
Size: 810 Bytes
Versions: 2
Compression:
Stored size: 810 Bytes
Contents
!!! Strict %html %head %title= current_page.data.title || "#{product_name} Help" %meta{:content => 'text/html; charset=utf-8', :'http-equiv' => 'Content-Type'}/ = stylesheet_link_tag 'style' = stylesheet_link_tag 'image_sizes' = javascript_include_tag 'all' %body{:class => "#{page_classes}"} - if breadcrumbs %nav#breadcrumbs - if self.respond_to?(breadcrumbs) = self.public_send(breadcrumbs) = yield -# This layout will be used for every page of your help book except for Appleās main landing page, i.e., your root-level index.html file. It contains only the minimum metadata content required by Apple. If you intend to use the help file outside of Apple's help system, you may want to modify this layout to include additional metadata.
Version data entries
2 entries across 1 versions & 1 rubygems