{% include content/component/lazyload.html %}
{% if page.img == "" or page.img == null %}

{{page.title}}

{% else %}

{{page.title}}

{% if page.describe != null %}
{{page.describe}}
{% endif %}
{% endif %}
{% include content/component/qrcode.html %} {% include content/component/page_tags.html %} {% include content/component/sns_share.html %}
{% if site.data.site.many_authors == true %} {% if page.author != null %} {% assign author = site.data.authors[page.author] %}
{{author.name}}
{% else %}
{{site.author}}
{% endif %} {% else %}
{{site.author}}
{% endif %}
{{ page.date | date: "%b %-d, %Y" }}
{% include content/component/readtime.html %} {% include content/component/lastupdate.html %}
{{ content }}
{% include comment/comment.html %}
{% include content/component/toc.html %}

{% include content/component/highlight.html %}