Sha256: 8c05c6d2946830e287df13d5aaedb5817fcb46219dc47a989bc4bc850a169b35
Contents?: true
Size: 418 Bytes
Versions: 6
Compression:
Stored size: 418 Bytes
Contents
--- layout: default --- <section class="row"> <header class="col-12"> <h1>{{ page.title }}</h1> </header> <div class="col-12"> {% for post in page.posts %} <article class="mb-3"> <header> <h2><a class="" href="{{ post.url }}">{{ post.title }}</a></h2> <p class="lead">{{ post.description }}</p> </header> </article> {% endfor %} </div> </section>
Version data entries
6 entries across 6 versions & 1 rubygems