{% if page.link %}
{{ page.title }}
{% else %}{{ page.title }}
{% endif %}
{{ content }}
{% if site.owner.disqus-shortname and page.comments == true %}
{% endif %}
---
layout: default
---
{% include absolute-url.liquid %}
{% if page.link %}
{{ page.title }}
{% else %}
{{ page.title }}
{% endif %}
{{ content }}
{% if site.owner.disqus-shortname and page.comments == true %}
{% endif %}