{% seo %}
{% include header.html %}
{{ page.title }}
{{ page.description }}
{{ page.reading_time }} min read
{{ page.date | date: "%B %d, %Y" }}
{{ page.categories | join: ", " }}
{{ content }}
{% if page.author %}
About the Author
{{ page.author }}
{% endif %} {% if site.related_posts.size > 0 %}
Related Articles
{% for post in site.related_posts limit:3 %}
{{ post.title }}
{{ post.description | truncate: 100 }}
{% endfor %}
{% endif %}
{% include footer.html %}