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