1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Hide ToC when scrolling to bottom.

This commit is contained in:
Cotes Chung
2019-11-27 17:08:54 +08:00
parent 54ed9bcc18
commit bd5e8be215
4 changed files with 28 additions and 24 deletions

View File

@@ -75,6 +75,17 @@ layout: default
{% endif %}
</div><!-- div.post-tail -->
</div> <!-- .post -->
</div> <!-- #post-wrap -->
{% include panel.html %}
</div> <!-- .row -->
<div class="row d-flex justify-content-center bg-white">
<div id="post-extend-wrap" class="col-12 col-lg-11 col-xl-8">
<div class="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 pl-xl-3">
{% include related-posts.html %}
<div class="post-pager d-flex justify-content-between">
@@ -97,18 +108,13 @@ layout: default
</a>
</div> <!-- div.post-pager -->
</div> <!-- .post -->
</div> <!-- #post-wrap -->
{% include panel.html %}
<div id="comment-wrap" class="col-12 col-lg-11 col-xl-8">
<div class="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 pl-xl-3">
{% if site.disqus.comments and page.comments %}
{% include disqus.html %}
{% endif %}
</div>
</div>
</div> <!-- .pl-1 pr-1 -->
</div> <!-- wrap -->
</div> <!-- .row -->