Sha256: 8ef6432f10b6eab0e37639db2a3562a8fbe9d41afee5e2aa167bdbb6483a456d
Contents?: true
Size: 1015 Bytes
Versions: 8
Compression:
Stored size: 1015 Bytes
Contents
--- title: Blog sidebar: home_sidebar keywords: news, blog, updates, announcements toc: false --- <div class="home"> <div class="post-list"> {% for post in site.posts limit:10 %} <h2><a class="post-link" href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></h2> <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }} / {% for tag in post.tags %} <a href="{{site.baseurl}}{{ "/tags/" | append: tag | append: ".html"}}">{{tag}}</a>{% unless forloop.last %}, {% endunless%} {% endfor %}</span> <p>{% if page.summary %} {{ page.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %}</p> {% endfor %} <p><a href="{{ "feed.xml" | relative_url }}" class="btn btn-primary navbar-btn cursorNorm" role="button">RSS Subscribe{{tag}}</a></p> <hr /> <p>See more posts from the <a href="archive.html">Archive</a>. </p> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems