{% assign hero = page.hero %}

Featured Post

{% assign featured = site.tags.featured | sort: 'date' | reverse %} {% for post in featured limit: 1 %}

{{ post.title | escape }}

    {%- if post.author -%}
  • {%- if site.data.authors[post.author].github -%} {%- endif -%}
    Author
  • {%- endif -%} {%- if post.date -%}
  • Published
  • {%- endif -%} {%- if post.team -%}
  • Category
    {{ post.team }}
  • {%- endif -%}
{% endfor %}

Featured Series

    {% assign featured-series = site.tags[site.featured_series] | sort: 'date' %} {% for post in featured-series limit: 2 %} {% include post-list-item.html %} {% endfor %}
{% unless page.url contains "blog" %} All Posts {% endunless %}
{% include logo-texture-solid.html %}