Sha256: fceb92a2fd6b4f0a421106e5d2e4ad3474070c281660b208d9563115fda1b968
Contents?: true
Size: 641 Bytes
Versions: 9
Compression:
Stored size: 641 Bytes
Contents
--- layout: default --- <article {% if page.feature-img %}class="feature-image"{% endif %}> <header id="main" style="background-image: url('{{ site.baseurl }}/{{ page.feature-img }}')"> <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">{{ content }}</section> <!-- Tag list for portfolio --> {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %} {% include tags_list.html tags=tag_list %} </article>
Version data entries
9 entries across 9 versions & 2 rubygems