11---
22layout: base
33---
4- < main class ="wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-7 wp-block-group-is-layout-constrained " style ="padding-top:0;padding-bottom:var(--wp--preset--spacing--x-large) ">
5- < div class ="wp-block-group alignfull has-surface-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained " style ="padding-top:var(--wp--preset--spacing--xx-large);padding-bottom:var(--wp--preset--spacing--xx-large) "> < h1 class ="has-text-align-center wp-block-post-title "> {{ page.title | escape }}</ h1 >
4+ < article class ="post h-entry " itemscope itemtype ="http://schema.org/BlogPosting ">
5+ < div class ="wp-block-group alignfull has-surface-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained " style ="padding-top:var(--wp--preset--spacing--xx-large);padding-bottom:var(--wp--preset--spacing--xx-large) ">
6+ < h1 class ="has-text-align-center wp-block-post-title "> {{ page.title | escape }}</ h1 >
67
78 < div class ="wp-block-group has-neutral-color has-text-color is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-5 wp-block-group-is-layout-flex ">
89 < div class ="wp-block-post-author "> < div class ="wp-block-post-author__content "> < p class ="wp-block-post-author__name "> < a href ="{{ site.data[ "authors "][page.author].url }}"> {{ site.data["authors"][page.author].name }}</ a > </ p > </ div > </ div >
3334 {% include featured_image.html %}
3435 < div class ="entry-content wp-block-post-content is-layout-flow wp-block-post-content-is-layout-flow ">
3536 {{ content }}
36-
37- < div class ="sharedaddy sd-sharing-enabled ">
38- < div class ="sd-sharing ">
39- < h3 class ="sd-title "> Tags:</ h3 >
40- < div class ="taxonomy-post_tag is-style-swt-post-terms-pill wp-block-post-terms ">
41- {% for tag in page.tags %}
42- < a href ="{{ site.url }}/tag/{{ tag | slugify }} " rel ="tag "> {{ tag }}</ a > {% if forloop.last == false %}< span class ="wp-block-post-terms__separator "> , </ span > {% endif %}
43- {% endfor %}
44- </ div >
45-
37+ </ div >
38+ < div class ="sharedaddy sd-sharing-enabled ">
39+ < div class ="sd-sharing ">
40+ < h3 class ="sd-title "> Tags:</ h3 >
41+ < div class ="taxonomy-post_tag is-style-swt-post-terms-pill wp-block-post-terms ">
42+ {% for tag in page.tags %}
43+ < a href ="{{ site.url }}/tag/{{ tag | slugify }} " rel ="tag "> {{ tag }}</ a > {% if forloop.last == false %}< span class ="wp-block-post-terms__separator "> , </ span > {% endif %}
44+ {% endfor %}
4645 </ div >
47- < div class ="robots-nocontent sd-block sd-social sd-social-icon sd-sharing ">
48- < h3 class ="sd-title "> Share this:</ h3 >
49- < div class ="sd-content ">
50- {% share_group name='default' icon_size='medium' %}
51- </ div >
46+
47+ </ div >
48+ < div class ="robots-nocontent sd-block sd-social sd-social-icon sd-sharing ">
49+ < h3 class ="sd-title "> Share this:</ h3 >
50+ < div class ="sd-content ">
51+ {% share_group name='default' icon_size='medium' %}
5252 </ div >
5353 </ div >
54+ </ div >
5455
55- {%- if site.disqus.shortname -%}
56- {%- include disqus_comments.html -%}
57- {%- endif -%}
58-
59- < a class ="u-url " href ="{{ page.url | relative_url }} " hidden > </ a >
56+ {%- if site.disqus.shortname -%}
57+ {%- include disqus_comments.html -%}
58+ {%- endif -%}
6059
61- </ div >
60+ < a class =" u-url " href =" {{ page.url | relative_url }} " hidden > </ a >
6261 < hr class ="wp-block-separator has-text-color has-outline-color has-alpha-channel-opacity has-outline-background-color has-background is-style-wide "/>
63- </ main >
62+ </ article >
0 commit comments