--- layout: default pagestyle: posts --- {{ page.title }} {% if page.tags.size > 0 %} {% endif %} {{ page.date | date: "%B %e, %Y" }} {% for page_tag in page.tags %} {% assign tag = site.data.tags[page_tag] %} {% if tag %} {{ tag.name }} {% endif %} {% endfor %} {% assign sections = content | split: site.section_separator %} {% for section in sections %} {{ section }} {% endfor %} Please enable JavaScript to view the comments powered by Disqus.