Sha256: 7f77314fc4d617600568b6e9d37c4ad5961f1f06f558a4dfa497167c152c7ee9
Contents?: true
Size: 761 Bytes
Versions: 8
Compression:
Stored size: 761 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 }}')"> <h1 id="{{ page.title | default: "" | cgi_escape }}" class="title"> {{ page.title }} </h1> {% if page.subtitle %} <h2 class="subtitle">{{ page.subtitle }}</h2> {% endif %} </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 tags_list.html tags=tag_list %} </article>
Version data entries
8 entries across 8 versions & 2 rubygems