Sha256: ab354dec5e0c7c40294a0dbc984a12027c9f048e8931a13ca99313a0a9d22cad
Contents?: true
Size: 768 Bytes
Versions: 4
Compression:
Stored size: 768 Bytes
Contents
--- layout: default --- {%- assign date_format = site.date_format -%} <section id="content"> <header id="page-header"> {%- if page.title -%} <h2 id="page-title"> {{- page.title -}} </h2> <!-- #page-title --> {%- endif -%} {%- if page.subtitle -%} <p id="page-subtitle"> {{- page.subtitle -}} </p> <!-- #page-subtitle --> {%- endif -%} {%- if page.author -%} <p id="page-author"> {{- page.author -}} </p> <!-- #page-author --> {%- endif -%} {%- if page.date -%} <p id="page-date"> {{- page.date | date: date_format -}} </p> <!-- #page-date --> {%- endif -%} {%- include series.html -%} </header> <!-- #page-header --> {{- content -}} </section>
Version data entries
4 entries across 4 versions & 1 rubygems