{% include header.html %} {% if page.date %} {{ page.date|date:"%b %d"|upcase }}{{ page.date|date:"%Y" }} {% endif %} {% if page.location %} {% endif %} {% if page.code %} {% endif %} {% if page.previous %} ← {{ page.previous.title }} {% else %} ← {% endif %} {% if page.next %} {{ page.next.title }} → {% else %} → {% endif %} {{ page.title }} {{ page.date|date:'%A, %B %d, %Y' }} {% if page.end_date %} 🕗 {{ page.date | date:"%d/%m/%Y" }} - {{ page.end_date | date:"%d/%m/%Y" }} {% endif %} {{ content | hyphenate }} {% assign items = ''|split:'' %} {% assign filename = page.id | remove: '/blog/' | replace: '/', '-' %} {% capture search %}url {{ filename }}{% endcapture %} {% for p in site.posts %} {% if p.content contains search %} {% assign items = items | push:p %} {% endif %} {% endfor %} {% assign size=items | size %} {% if size > 0 %} {{ site.mentioned_in }} {% for item in items %} {{ item.title }} {% endfor %} {% endif %} {% if false != page.comments %} {% include disqus.html %} {% endif %} {% include footer.html %}
{{ site.mentioned_in }}