Sha256: fa7cdc42d1bc70df6725c982eda632f9d7669b7f7779b7616cb0548df66ce2ea
Contents?: true
Size: 905 Bytes
Versions: 5
Compression:
Stored size: 905 Bytes
Contents
--- layout: page --- <div class="row"> <div class="col"> <article> <h1>{{ page.title }}</h1> <p> {% if page.author %} By {{ page.author }}   {% endif %} {% if page.date %} Published {{ page.date | date: "%Y-%m-%d" }}   {% endif %} {% for tag in page.tags %} <span class="tag">{{ tag }}</span> {% endfor %} </p> {% if page.img %} {% if page.cropkeep %} {% picture postheader "{{ page.img }}" 3:2 {{ page.cropkeep }} %} {% else %} {% picture postheader "{{ page.img }}" %} {% endif %} {% endif %} {{ content }} </article> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems