16 | {% include sidebar.html %} 17 | 18 |
19 | {% if page.title %}{% endif %} 20 | {% if page.excerpt %}{% endif %} 21 | {% if page.date %}{% endif %} 22 | {% if page.modified %}{% endif %} 23 | 24 |
25 | {% unless page.header.overlay_color or page.header.overlay_image %} 26 |
27 | {% if page.title %}

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% endif %} 28 | {% if page.read_time %} 29 |

{% include read-time.html %}

30 | {% endif %} 31 |
32 | {% endunless %} 33 | 34 |
35 | {{ content }} 36 | {% if page.link %}
{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}
{% endif %} 37 |
38 | 39 |
40 | {% if site.data.ui-text[site.locale].meta_label %} 41 |

{{ site.data.ui-text[site.locale].meta_label }}

42 | {% endif %} 43 | {% include page__taxonomy.html %} 44 | {% if page.modified %} 45 |

{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}

46 | {% elsif page.date %} 47 |

{{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}

48 | {% endif %} 49 |
50 | 51 | {% if page.share %}{% include social-share.html %}{% endif %} 52 | 53 | {% if page.sidebar and page.sidebar.nav %} 54 | {% include nav_pagination.html nav=page.sidebar.nav %} 55 | {% endif %} 56 |
57 | 58 | {% if site.comments.provider and page.comments %} 59 | {% include comments.html %} 60 | {% endif %} 61 |
62 | 63 | {% comment %}{% endcomment %} 64 | {% if page.id and page.related and site.related_posts.size > 0 %} 65 | 75 | {% endif %} 76 |