Blog
For an unpaginated list of all posts please check out the archive or browse posts by tags.
{% for post in paginator.posts %}
{% if post.type == "link" %}
{{ post.title }} via {{ post.external_title }}
{{ post.date | date: "%b %-d, %Y" }} [{{ post.type }}]
{{ post.blurb }}
Read More...
{% if post.tags %}
{% for tag in post.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{% else %}
{{ post.title }}
{{ post.date | date: "%b %-d, %Y" }}
{% if post.type == "review" %}
[{{ post.type }}][{{ post.media_type }}]
{% else %}
[{{ post.type }}]
{% endif %}
read in {{ post.content | reading_time }}
{{ post.blurb }}
Read More...
{% if post.tags %}
{% for tag in post.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
{% if paginator.page > 2 %}
first
{% endif %}
{% if paginator.previous_page %}
previous
{% endif %}
page: {{ paginator.page }} of {{ paginator.total_pages }}
{% if paginator.next_page %}
next
{% endif %}
{% if paginator.page
last
{% endif %}
christopherhimes.com · Christopher Himes