Sha256: 36803eb9dbfaf1fe2b3a74b23bff21f5253fb77f648562fac745841ffd72e0cd
Contents?: true
Size: 679 Bytes
Versions: 1
Compression:
Stored size: 679 Bytes
Contents
--- layout: default --- <main> <nav class="list"> {% for post in site[page.collection] %} <a href="{{ post.url }}"> <section> <h1>{{ post.title }}</h1> <div class="content"> {{post.content}} </div> <div class="labels"> {% for label in post.labels %} {% assign collection=post[label] %} {% include labels.html collection=collection label=label %} {% endfor %} </div> </section> </a> {% endfor %} </nav> </main>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voppe-jekyll-theme-0.4.0 | _layouts/projects.html |