Sha256: 334423003f4861d59d2bed4b1b1565f5404438c22a598ee06c693e0fc636e003
Contents?: true
Size: 519 Bytes
Versions: 6
Compression:
Stored size: 519 Bytes
Contents
--- layout: default --- <div class="post"> <div class="post__header"> <h1 class="post__title">{{ page.title | escape }}</h1> {%- assign date_format = site.hima.date_format | default: "%b %-d, %Y" -%} {%- if page.author -%} <span class="post__author">by {{ page.author | join: ", " }} </span> {%- endif -%} {%- if page.date -%} <span class="post__date">on {{ page.date | date: date_format }}</span> {%- endif -%} </div> <div class="post__content"> {{ content }} </div> </div>
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
hima-1.0.5 | _layouts/post.html |
hima-1.0.4 | _layouts/post.html |
hima-1.0.3 | _layouts/post.html |
hima-1.0.2 | _layouts/post.html |
hima-1.0.1 | _layouts/post.html |
hima-1.0.0 | _layouts/post.html |