31 | {% if page.sidebar %} 32 | {% include sidebar.html %} 33 | {% elsif page.toc_left %} 34 | 40 | {% endif %} 41 | 42 |
43 | {% if page.title %}{% endif %} 44 | {% if page.excerpt %}{% endif %} 45 | {% if page.date %}{% endif %} 46 | {% if page.last_modified_at %}{% endif %} 47 | 48 |
49 | {% unless page.header.overlay_color or page.header.overlay_image %} 50 |
51 | {% if page.title %}

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% endif %} 52 | {% if page.read_time %} 53 |

{% include read-time.html %}

54 | {% endif %} 55 |
56 | {% endunless %} 57 | 58 |
59 | {% if page.toc and page.toc != page.toc_left %} 60 | 66 | {% endif %} 67 | {{ content }} 68 | {% if page.link %}{% endif %} 69 |
70 | 71 |
72 | {% if site.data.ui-text[site.locale].meta_label %} 73 |

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

74 | {% endif %} 75 | {% include page__taxonomy.html %} 76 | {% if page.last_modified_at %} 77 |

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

78 | {% elsif page.date %} 79 |

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

80 | {% endif %} 81 |
82 | 83 | {% if page.share %}{% include social-share.html %}{% endif %} 84 | 85 | {% include post_pagination.html %} 86 |
87 | 88 | {% if jekyll.environment == 'production' and site.comments.provider and page.comments %} 89 | {% include comments.html %} 90 | {% endif %} 91 |
92 | 93 | {% comment %}{% endcomment %} 94 | {% if page.id and page.related and site.related_posts.size > 0 %} 95 | 103 | {% comment %}{% endcomment %} 104 | {% elsif page.id and page.related %} 105 | 116 | {% endif %} 117 |