Center-align post layouts, too.
This commit is contained in:
parent
e6c6808df3
commit
9e938fd507
@ -1,7 +1,6 @@
|
|||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="container container-left">
|
<div class="container">
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-3 hidden-xs">
|
<div class="col-md-3 hidden-xs">
|
||||||
{% include sidebar.html %}
|
{% include sidebar.html %}
|
||||||
</div>
|
</div>
|
||||||
@ -18,8 +17,10 @@
|
|||||||
</div>
|
</div>
|
||||||
{% if page.comments %}
|
{% if page.comments %}
|
||||||
<div id="disqus_thread">
|
<div id="disqus_thread">
|
||||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments
|
||||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
powered by Disqus.</a></noscript>
|
||||||
|
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span
|
||||||
|
class="logo-disqus">Disqus</span></a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
@ -31,8 +32,6 @@
|
|||||||
{% if page.previous %}
|
{% if page.previous %}
|
||||||
<a class="btn btn-default" href="{{ site.baseurl}}{{ page.previous.url }}" class="previous">Older Post</a>
|
<a class="btn btn-default" href="{{ site.baseurl}}{{ page.previous.url }}" class="previous">Older Post</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user