Sha256: 7243e7304dfaf195f2187a0c53f00af02eb04ceeb83da1d25e1415ec8943f4c4
Contents?: true
Size: 838 Bytes
Versions: 3
Compression:
Stored size: 838 Bytes
Contents
--- layout: body --- <article class="post post-full"> <header class="post-header has-gradient outer"> {% assign image_is_not_empty = page.image | is_not_empty %} {% if image_is_not_empty %} <div class="bg-img" style="background-image: url('{{ page.image | relative_url }}')"></div> {% endif %} <div class="inner-sm"> <h1 class="post-title">{{ page.title }}</h1> {% assign subtitle_is_not_empty = page.subtitle | is_not_empty %} {% if subtitle_is_not_empty %} <div class="post-subtitle"> {{ page.subtitle }} </div> {% endif %} </div> </header> <div class="inner-md outer"> <div class="post-content"> {{ content }} </div> </div> <!-- .inner-md --> </article> <!-- .post -->
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ledger_sync-1.4.2 | documentation/site/_layouts/page.html |
ledger_sync-1.4.1 | documentation/site/_layouts/page.html |
ledger_sync-1.4.0 | documentation/site/_layouts/page.html |