diff --git a/.DS_Store b/.DS_Store index 6bc186566ba..ed68e424c22 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/_includes/.DS_Store b/_includes/.DS_Store index 368b5b1e42d..d09f943ccc8 100644 Binary files a/_includes/.DS_Store and b/_includes/.DS_Store differ diff --git a/_layouts/post.html b/_layouts/post.html index f17ceea8641..3bed226a68b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,11 +2,11 @@ layout: default refactor: true panel_includes: - - toc +- toc tail_includes: - - related-posts - - post-nav - - comments +- related-posts +- post-nav +- comments --- {% include lang.html %} @@ -15,7 +15,7 @@

{{ page.title }}

{% if page.description %} -

{{ page.description }}

+

{{ page.description }}

{% endif %}
@@ -27,52 +27,52 @@

{{ page.title }}

{% if page.last_modified_at and page.last_modified_at != page.date %} - - {{ site.data.locales[lang].post.updated }} - {% include datetime.html date=page.last_modified_at tooltip=true lang=lang %} - + + {{ site.data.locales[lang].post.updated }} + {% include datetime.html date=page.last_modified_at tooltip=true lang=lang %} + {% endif %} {% if page.image %} - {% capture src %}src="{{ page.image.path | default: page.image }}"{% endcapture %} - {% capture class %}class="preview-img{% if page.image.no_bg %}{{ ' no-bg' }}{% endif %}"{% endcapture %} - {% capture alt %}alt="{{ page.image.alt | xml_escape | default: "Preview Image" }}"{% endcapture %} + {% capture src %}src="{{ page.image.path | default: page.image }}"{% endcapture %} + {% capture class %}class="preview-img{% if page.image.no_bg %}{{ ' no-bg' }}{% endif %}"{% endcapture %} + {% capture alt %}alt="{{ page.image.alt | xml_escape | default: "Preview Image" }}"{% endcapture %} - {% if page.image.lqip %} - {%- capture lqip -%}lqip="{{ page.image.lqip }}"{%- endcapture -%} - {% endif %} + {% if page.image.lqip %} + {%- capture lqip -%}lqip="{{ page.image.lqip }}"{%- endcapture -%} + {% endif %} -
- - {%- if page.image.alt -%} -
{{ page.image.alt }}
- {%- endif -%} -
+
+ + {%- if page.image.alt -%} +
{{ page.image.alt }}
+ {%- endif -%} +
{% endif %}
{% if page.author %} - {% assign authors = page.author %} + {% assign authors = page.author %} {% elsif page.authors %} - {% assign authors = page.authors %} + {% assign authors = page.authors %} {% endif %} {{ site.data.locales[lang].post.written_by }} {% if authors %} - {% for author in authors %} - {% if site.data.authors[author].url -%} - {{ site.data.authors[author].name }} - {%- else -%} - {{ site.data.authors[author].name }} - {%- endif %} - {% unless forloop.last %}{{ ', ' }}{% endunless %} - {% endfor %} + {% for author in authors %} + {% if site.data.authors[author].url -%} + {{ site.data.authors[author].name }} + {%- else -%} + {{ site.data.authors[author].name }} + {%- endif %} + {% unless forloop.last %}{{ ', ' }}{% endunless %} + {% endfor %} {% else %} - {{ site.social.name }} + {{ site.social.name }} {% endif %} @@ -80,12 +80,12 @@

{{ page.title }}

{% if site.pageviews.provider and site.analytics[site.pageviews.provider].id %} - - - - - {{ site.data.locales[lang].post.pageview_measure }} - + + + + + {{ site.data.locales[lang].post.pageview_measure }} + {% endif %} @@ -102,51 +102,56 @@

{{ page.title }}

{% if page.categories.size > 0 %} - + {% endif %} {% if page.tags.size > 0 %} - + {% endif %} -
+ ">
{% if site.data.locales[lang].copyright.license.template %} - {% capture _replacement %} + {% capture _replacement %} {{ site.data.locales[lang].copyright.license.name }} {% endcapture %} - {{ site.data.locales[lang].copyright.license.template | replace: ':LICENSE_NAME', _replacement }} + {{ site.data.locales[lang].copyright.license.template | replace: ':LICENSE_NAME', _replacement }} {% endif %}
{% include post-sharing.html lang=lang %}
+
+ + + \ No newline at end of file