Sha256: 3afbbbb3c0b4d0db1d164626111e9edff415c4c3400af1a726fd9067dfb130a9
Contents?: true
Size: 759 Bytes
Versions: 1
Compression:
Stored size: 759 Bytes
Contents
--- layout: default --- {{ content }} <br> <!-- <br> <h3>Posts</h3> <ul> {% for post in site.posts %} <li> <a href="{{ post.url }}">{{ post.title }}</a> <br> {{ post.excerpt }} <br><br> </li> {% endfor %} </ul> --> {% for post in site.posts %} <div class="row featurette"> <div class="col-md-7"> <h2 class="featurette-heading">{{ post.title }} <!--<span class="text-muted">It’ll blow your mind.</span>--></h2> <p class="lead">{{ post.excerpt }}</p> <button type="button" class="btn btn-outline-secondary" onclick="location.href='{{ post.url }}';">Lire plus</button> </div> </div> <hr class="featurette-divider"> {% endfor %} <br><br> Page List Title: {{ site.posts.size }}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nicer-0.1.0 | _layouts/page.html |