--- layout: default title: Blogs navbar_active: Blogs order: 4 ---

{{ page.title }}

{% if site.data.blogs_toc.toc[0] %} {% for item in site.data.blogs_toc.toc %} {% if item.subfolderitems[0] %}

    {{ item.title }}

    {% for entry in item.subfolderitems %}
  • {{ entry.page }} {% if entry.subsubfolderitems[0] %} {% endif %}
  • {% endfor %}
{% endif %} {% endfor %} {% endif %}
    {% for post in paginator.posts %}
  • {{ post.title }}

    {{ post.pub-date }}, {{ post.pub-year }}
    {{ post.description | strip_html | truncatewords:50 }} {% capture readmorelink %} {{ post.url | prepend: site.baseurl }} {% endcapture %} {% include readmore.html %}
  • {% endfor %}
{% include paging.html %}