{% if page.collection == "posts" %}
{% endif %} {% if page.title %}
{{ page.title }} - {{ site.title }}
{% else %}
{{ site.title }}
{% endif %} {% if page.collection == "posts" or page.collection == "notes" or page.collection == "stories" %}
{% if page.collection == "posts" %}
{% endif %} {% if page.image %}
{% elsif page.image_text %}
{% else %}
{% endif %} {% else %}
{% endif %}
{% if page.root != true %}
←
{% endif %}
~
{% if page.root != true %}
{{ site.title }}
{% endif %}
{{ page.title }}
{% if page.root == true %}
{% endif %} {% if page.collection == "posts" %}
{{ page.date | date: "%B %e, %Y" }}
{% endif %} {% if page.collection == "notes" or page.collection == "stories" %}
{{ page.date | date: "%Y/%m/%d %H:%M" }}
{% endif %}
{{ page.header_content }}
{% capture content_and_then_some do %} {% if page.type == "photos" %}
vertical scroll
horizontal scroll
grid 2 columns
grid 3 columns
{% endif %} {{ content }} {% endcapture %} {% if page.collection == "posts" or page.collection == "pages" %}
{{ content_and_then_some }}
{% elsif page.collection == "notes" %} {{ content_and_then_some }} {% else %} {{ content_and_then_some }} {% endif %} {% if page.feature == 1 or page.open_heart %} {% if page.enable_heart %}
Like this {% if page.collection == "posts" %}post{% elsif page.collection == "notes" %}note{% else %}page{% endif %}? let me know!
>
Liked.
(Thanks!)
Sure.
⏎
{% endif %} {% endif %}
{% if page.root %} {% endif %} {% comment %} {% if page.feature == 1 or page.open_heart or page.has_open_heart %} {% endif %} {% if page.type == "photos" %} {% endif %} {% endcomment %}