Sha256: c9c1604e58a141f69018c307309a42e82256f2d3793a1a862f46564520cbbd65
Contents?: true
Size: 910 Bytes
Versions: 10
Compression:
Stored size: 910 Bytes
Contents
--- layout: default --- <article {% if page.feature-img %}class="feature-image"{% endif %}> <header id="main" style="background-image: url('{{ page.feature-img | relative_url }}')"> <div class="title-padder"> {% if page.hide_title %} <div class="feature-image-padding"></div> {% else %} <h1 id="{{ page.title | default: "" | cgi_escape }}" class="title"> {{ page.title }}</h1> {% if page.subtitle %} <h2 class="subtitle">{{ page.subtitle }}</h2> {% endif %} {% endif %} </div> </header> <section class="post-content"> {% if page.bootstrap %} <div class="bootstrap-iso"> {% endif %} {{ content }} {% if page.bootstrap %} </div> {% endif %} </section> <!-- Tag list for portfolio --> {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %} {% include default/tags_list.liquid tags=tag_list %} </article>
Version data entries
10 entries across 10 versions & 1 rubygems