55# MIT Licensed
66---
77
8- {% include date-format.html %}
8+ < div class ="row d-flex justify-content-center bg-white ">
9+ {% include date-format.html %}
910
10- < div class ="col-12 col-lg-11 col-xl-8 ">
11- < div id ="post-wrap " class ="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 pl-xl-3 ">
12- < div class ="post ">
11+ < div id ="post-wrap " class ="col-12 col-lg-11 col-xl-8 ">
12+ < div class ="post pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 pl-xl-3 ">
1313 < h1 data-toc-skip > {{ page.title }}</ h1 >
1414 < div class ="post-meta text-muted d-flex flex-column ">
1515 <!-- Published Date and Categoreis -->
@@ -18,12 +18,13 @@ <h1 data-toc-skip>{{ page.title }}</h1>
1818 {{ page.date | date: POST_DATE }}
1919 < i class ="hidden "> {{ page.date | date_to_xmlschema }}</ i >
2020 </ span >
21- {% if page.categories.size > 0 %}on{% endif %}
22- {% for category in page.categories %}
23- < a href ='{{ site.baseurl }}/categories/{{ category | replace: ' ', '-' | downcase }}/'> {{ category }}</ a >
24- {%- unless forloop.last -%}, {%- endunless -%}
25- {% endfor %}
21+ {% if page.categories.size > 0 %}on{% endif %}
22+ {% for category in page.categories %}
23+ < a href ='{{ site.baseurl }}/categories/{{ category | replace: ' ', '-' | downcase }}/'> {{ category }}</ a >
24+ {%- unless forloop.last -%}, {%- endunless -%}
25+ {% endfor %}
2626 </ div >
27+
2728 <!-- lastmod -->
2829 {% if page.seo.date_modified > page.date %}
2930 < div >
@@ -34,12 +35,14 @@ <h1 data-toc-skip>{{ page.title }}</h1>
3435 </ span >
3536 </ div >
3637 {% endif %}
38+
3739 <!-- page views -->
3840 {% if site.google_analytics.pv %}
3941 < div >
4042 < span id ="pv " class ="pageviews "> < i class ="fas fa-spinner fa-spin "> </ i > </ span > views
4143 </ div >
4244 {% endif %}
45+
4346 </ div > <!-- .post-meta -->
4447
4548 {% capture post_content %}
@@ -68,44 +71,46 @@ <h1 data-toc-skip>{{ page.title }}</h1>
6871 {{- tag -}}
6972 </ a > {%- if forloop.last != true -%} {%- endif -%}
7073 {% endfor %}
71- </ div >
74+ </ div >
7275 {% endif %}
73- </ div > <!-- endof .post-tail -->
76+ </ div > <!-- div .post-tail -->
7477
75- </ div > <!-- .post -->
78+ {% include related-posts.html %}
7679
77- {% include related-posts.html %}
80+ < div class ="post-pager d-flex justify-content-between ">
81+ {% if page.previous.url %}
82+ < a href ="{{ site.baseurl }}{{page.previous.url}} " class ="btn btn-outline-primary ">
83+ {% else %}
84+ < a href ="javascript:; " class ="btn btn-outline-primary disabled ">
85+ {% endif %}
86+ < i class ="fas fa-angle-left mr-1 "> </ i >
87+ OLDER POST
88+ </ a >
7889
79- < div class ="post-pager d-flex justify-content-between ">
80- {% if page.previous.url %}
81- < a href ="{{ site.baseurl }}{{page.previous.url}} " class ="btn btn-outline-primary ">
82- {% else %}
83- < a href ="javascript:; " class ="btn btn-outline-primary disabled ">
84- {% endif %}
85- < i class ="fas fa-angle-left mr-1 "> </ i >
86- OLDER POST
87- </ a >
88-
89- {% if page.next.url %}
90- < a href ="{{ site.baseurl }}{{page.next.url}} " class ="btn btn-outline-primary ">
91- {% else %}
92- < a href ="javascript:; " class ="btn btn-outline-primary disabled ">
93- {% endif %}
94- NEWER POST
95- < i class ="fas fa-angle-right ml-1 "> </ i >
96- </ a >
97- </ div > <!-- end .post-pager -->
90+ {% if page.next.url %}
91+ < a href ="{{ site.baseurl }}{{page.next.url}} " class ="btn btn-outline-primary ">
92+ {% else %}
93+ < a href ="javascript:; " class ="btn btn-outline-primary disabled ">
94+ {% endif %}
95+ NEWER POST
96+ < i class ="fas fa-angle-right ml-1 "> </ i >
97+ </ a >
98+ </ div > <!-- div.post-pager -->
9899
100+ </ div > <!-- .post -->
101+ </ div> <!-- #post-wrap -->
102+
103+ {% include panel.html %}
104+
105+ < div id ="comment-wrap " class ="col-12 col-lg-11 col-xl-8 ">
106+ < div class ="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 pl-xl-3 ">
99107 {% if site.disqus.comments and page.comments %}
100108 {% include disqus.html %}
101- {% else %}
102- < br >
103109 {% endif %}
110+ </ div >
111+ </ div >
104112
105- </ div > <!-- #post-wrap -->
106- </ div > <!-- div.col-12..col-lg-11.col-xl-8 -->
107-
108- {% include panel.html %}
113+ </ div> <!-- .row -->
109114
110115<!-- image lazy load -->
111116< script type ="text/javascript ">
0 commit comments