Sha256: c2f8a06e446758c0f88ac941417390b748761277427b795e4a3c1e029961065a
Contents?: true
Size: 1012 Bytes
Versions: 2
Compression:
Stored size: 1012 Bytes
Contents
--- layout: default --- {% if page.featured_title %} <div class="wrapper"> <h1 class="post-title text-center">{{ page.title }}</h1> <p class="text-center"><time datetime="{{ page.date | date_to_xmlschema }}" class="page-date">{{ page.date | date_to_string }}</time></p> </div> {% endif %} {% if page.featured_image %} <div class="post-header featured_image" style=" background-image:url({{ page.featured_image }}); {% if page.featured_parallax %}background-attachment: scroll;{% endif %} "></div> {% endif %} {% if page.featured_title == false or page.featured_title == nil %} <div class="wrapper"> <h1 class="post-title text-center">{{ page.title }}</h1> <p class="text-center"><time datetime="{{ page.date | date_to_xmlschema }}" class="page-date">{{ page.date | date_to_string }}</time></p> </div> {% endif %} <article class="post wrapper"> {% include recommend.html %} {{ content }} </article> <div class="post-footer wrapper"> {% include sharing.html %} {% include comment.html %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
krad-3.7.5 | _layouts/post.html |
krad-3.7.4 | _layouts/post.html |