Sha256: e3d39ba89fe657409b088ef6846e65cb0ceb4983a349727534de2f7b4fa69ae3

Contents?: true

Size: 902 Bytes

Versions: 15

Compression:

Stored size: 902 Bytes

Contents

<%# This will replace the <title> element in your page. By default, it uses the title key in your guides.yml %>
<%= content_for :page_title do %><%= Guides.meta["title"] %><% end %>

<%# This content will go in the top navigation area. Leave it blank if you don't want nav %>
<%= content_for :top_nav do %>
<% end %>

<%# This content will be used when you mark your guides as belonging to an edge release of your project. It defaults
    to showing a diagonal "edge" badge %>
<%= content_for :edge do %>
  <div>
    <img src="images/edge_badge.png" alt="edge-badge" id="edge-badge" />
  </div>
<% end %>

<%= content_for :license do %>
  <p>This work is licensed under a
    <%= link_to "Creative Commons Attribution Share Alike 3.0", "http://creativecommons.org/licenses/by-sa/3.0/" %>
    license.
  </p>
  <p>
    <%# Any additional trademark information should be entered here %>
  </p>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
guides-0.7.2 lib/guides/templates/source/_sections.html.erb
guides-0.7.1 lib/guides/templates/source/_sections.html.erb
guides-0.7.0 lib/guides/templates/source/_sections.html.erb
guides-0.6.10 lib/guides/templates/source/_sections.html.erb
guides-0.6.9 lib/guides/templates/source/_sections.html.erb
guides-0.6.8.1 lib/guides/templates/source/_sections.html.erb
guides-0.6.8 lib/guides/templates/source/_sections.html.erb
guides-0.6.7 lib/guides/templates/source/_sections.html.erb
guides-0.6.6 lib/guides/templates/source/_sections.html.erb
guides-0.6.5 lib/guides/templates/source/_sections.html.erb
guides-0.6.4 lib/guides/templates/source/_sections.html.erb
guides-0.6.3 lib/guides/templates/source/_sections.html.erb
guides-0.6.2 lib/guides/templates/source/_sections.html.erb
guides-0.6.1 lib/guides/templates/source/_sections.html.erb
guides-0.5.0 lib/guides/templates/source/_sections.html.erb