@@ -99,7 +99,7 @@ <h1 data-toc-skip>{{ page.title }}</h1>
9999 {% endif %}
100100
101101 < div class ="post-tail-bottom
102- d-flex justify-content-between align-items-center pt-5 pb-2 ">
102+ d-flex justify-content-between align-items-center mt-3 pt-5 pb-2 ">
103103 {% if site.data.rights.license %}
104104 < div class ="license-wrapper ">
105105 This post is licensed under
@@ -116,28 +116,28 @@ <h1 data-toc-skip>{{ page.title }}</h1>
116116
117117 </ div > <!-- .post -->
118118
119+
119120 </ div > <!-- #post-wrapper -->
120121
121122 {% include panel.html %}
122123
123124</ div> <!-- .row -->
124125
125126< div class ="row ">
126- < div id ="post-extend-wrapper " class ="col-12 col-lg-11 col-xl-8 ">
127-
128- < div class ="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 ">
127+ < div class ="col-12 col-lg-11 col-xl-8 ">
128+ < div id ="post-extend-wrapper " class ="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 ">
129129
130- {% include post-nav .html %}
130+ {% include related-posts .html %}
131131
132- {% if site.disqus.comments and page.comments %}
133- {% include disqus.html %}
134- {% endif %}
132+ {% include post-nav.html %}
135133
136- {% include related-posts.html %}
134+ {% if site.disqus.comments and page.comments %}
135+ {% include disqus.html %}
136+ {% endif %}
137137
138- </ div > <!-- .pl-1 pr-1 -->
138+ </ div > <!-- #post-extend-wrapper -->
139139
140- </ div > <!-- #post-extend-wrapper -->
140+ </ div > <!-- .col-* -->
141141
142142</ div > <!-- .row -->
143143
0 commit comments