{{ page.date | date_to_string }} {% if page.tags.size > 0 %} in {% for tag in page.tags %} {% if forloop.index == page.tags.size %} {{ tag | capitalize }} {% else %} {{ tag | capitalize }}, {% endif %} {% endfor %} {% endif %} {% else %} {% if page.tags.size > 0 %} {% for tag in page.tags %} {% if forloop.index == page.tags.size %} {{ tag | upcase }} {% else %} {{ tag | upcase }}, {% endif %} {% endfor %} {% endif %} {{page.title}} {{ page.date | date:'%e %B %Y' }} {% endif %} {{content}} {% if page.tags.size > 0 %} {% assign primary = page.tags | first %} {% assign related_posts = 0 %} {% for post in site.posts %} {% if post.tags.size > 0 %} {% if post.tags contains primary %} {% assign related_posts = related_posts | plus: 1 %} {% endif %} {% endif %} {% endfor %} {% if related_posts > 1 %} Related article {% if post.cover %} {% else %} {% if site.cover %} {% endif %} {% endif %} {% assign count = 0 %} {% for post in site.posts %} {% if post.tags contains primary %} {% if post.title != page.title %} {% assign count = count | plus: 1 %} {% if count <= 3 %} {{ post.title }} {% if post.description %} {{post.description}} {% else %} {{ post.content | strip_html | truncatewords:15 }} {% endif %} Read more {% endif %} {% endif %} {% endif %} {% endfor %} {% endif %} {% endif %} {% if site.data.author["author"]["assets"] %} {% endif %} {{site.data.author["author"]["name"]}} {{site.data.author["author"]["bio"]}} {% include footer.html %}
{% if page.tags.size > 0 %} {% for tag in page.tags %} {% if forloop.index == page.tags.size %} {{ tag | upcase }} {% else %} {{ tag | upcase }}, {% endif %} {% endfor %} {% endif %} {{page.title}} {{ page.date | date:'%e %B %Y' }} {% endif %} {{content}} {% if page.tags.size > 0 %} {% assign primary = page.tags | first %} {% assign related_posts = 0 %} {% for post in site.posts %} {% if post.tags.size > 0 %} {% if post.tags contains primary %} {% assign related_posts = related_posts | plus: 1 %} {% endif %} {% endif %} {% endfor %} {% if related_posts > 1 %} Related article {% if post.cover %} {% else %} {% if site.cover %} {% endif %} {% endif %} {% assign count = 0 %} {% for post in site.posts %} {% if post.tags contains primary %} {% if post.title != page.title %} {% assign count = count | plus: 1 %} {% if count <= 3 %} {{ post.title }} {% if post.description %} {{post.description}} {% else %} {{ post.content | strip_html | truncatewords:15 }} {% endif %} Read more {% endif %} {% endif %} {% endif %} {% endfor %} {% endif %} {% endif %} {% if site.data.author["author"]["assets"] %} {% endif %} {{site.data.author["author"]["name"]}} {{site.data.author["author"]["bio"]}} {% include footer.html %}
{% if post.cover %} {% else %} {% if site.cover %} {% endif %} {% endif %} {% assign count = 0 %} {% for post in site.posts %} {% if post.tags contains primary %} {% if post.title != page.title %} {% assign count = count | plus: 1 %} {% if count <= 3 %} {{ post.title }} {% if post.description %} {{post.description}} {% else %} {{ post.content | strip_html | truncatewords:15 }} {% endif %} Read more {% endif %} {% endif %} {% endif %} {% endfor %}