--- layout: page #title: News tagline: --- {% for post in site.posts limit:10%}

{{ post.title }}

{{ post.content }}

 {{ post.date | date:"%B %e, %Y" }}

{% unless post.tags == empty %}

    {% assign tags_list = post.tags %} {% include JB/tags_list %}
{% endunless %}

{% for auth in post.author %} {% assign author = site.authors[auth] %}

{{author.name}}

{{author.company}}
  • Github
  • Twitter
  • {% endfor %}
    {% endfor %}

    Archives