title: trina is artsy - the coffee chronicles layout: default header-img: art/7979755845_508af4de3b_o.jpg
{% include header.html %}
{% for post in paginator.posts %}
<div class="bloglist-header"> <!-- <div class="bloglist-header" style="background-image: url('/{{ post.header-img }}')"> --> <div class="container"> <div class="row"> <div class="post-heading"> <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> {% if post.subtitle %} <h3 class="subheading">{{ post.subtitle }}</h3> {% endif %} <span class="meta">Posted on {{ post.date | date: "%B %-d, %Y" }}</span> <br>
<span class=“time-tag-categ” style=“font-size:.7em;background-color: #000000;”> {% assign minutes = content | number_of_words | divided_by: 180 %} <i class=“fa fa-clock-o”></i> {% if minutes == 0 %}{% assign minutes = 1 %}{% endif %} {{ minutes }} minute read
{% if post.tags.size > 0 %} ∼ Tagged with <i class=“fa fa-tags”></i>{% if post.tags.size == 1 %} {% else %}{% endif %} : {% for tag in post.tags %}<a href=“{{ site.baseurl }}/tag/{{ tag | cgi_encode }}/” data-toggle=“tooltip” title=“Other posts tagged with {{ tag }}” rel=“tag”>{{ tag }}</a>{% unless forloop.last %} • {% endunless %}{% endfor %}{% endif %}
{% if post.categories.size > 0 %} ∼ Filed in <i class=“fa fa-briefcase”></i>{% if post.categories.size == 1 %} {% else %}{% endif %} : {% for tag in post.categories %}<a href=“{{ site.baseurl }}/{{ tag | cgi_encode }}/” data-toggle=“tooltip” title=“Other posts filed in {{ tag }} category” rel=“tag”>{{ tag }}</a>{% unless forloop.last %} • {% endunless %}{% endfor %%}{% endif %}
</span>
</div>
</div>
</div> </div> <div class="container"> <div id="post-content"> <p>{{ post.excerpt }}</p> {% if post.excerpt != post.content %} <br clear="both" /> <center><a href="{{ site.baseurl }}{{ post.url }}">Read more</a></center> {% endif %} </div> </div> {% endfor %}
{% if paginator.total_pages > 1 %} <center>
{% if paginator.previous_page %} <a href="{{ paginator.previous_page_path | prepend: site.baseurl }}">Newer</a> {% endif %} {% if paginator.next_page %} <a href="{{ paginator.next_page_path | prepend: site.baseurl }}">Older</a> {% endif %}
</center> {% endif %}
<style>
.intro-header { margin-bottom: 0px; }
</style>