Sha256: 24fe39441d8757b39239537924c78384b176dd4d7b0b2dcb8041a69c1568c341
Contents?: true
Size: 974 Bytes
Versions: 2
Compression:
Stored size: 974 Bytes
Contents
--- layout: default --- <div class="bw-page-header"> <h1 class="bw-title">{{ site.title }}</h1> <button class='bw-action bw-show-on-mobile bw-open'> <span class="fas fa-chevron-right"></span> </button> </div> <div class="bw-post-grid"> {% for post in site.posts %} <div class="bw-post"> <div class="bw-post-header"> <h3 class="bw-post-title">{{ post.title }}</h3> {% if post.date %} <h4 class="bw-post-date">{{ post.date | date: "%b %-d, %Y" }}</h4> {% endif %} </div> <div class="bw-post-excerpt"> {{ post.excerpt }} </div> <p class="bw-post-links"> <a class="bw-cutout-button" href="{{ post.url | prepend: site.baseurl }}"> Read More </a> </p> </div> {% endfor %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-backwhite-2.1.1 | _layouts/post-index.html |
jekyll-theme-backwhite-2.1.0 | _layouts/post-index.html |