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