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

Fix issue #37.

This commit is contained in:
Cotes Chung
2020-04-17 00:26:58 +08:00
parent 74921c6570
commit 6f42bbc6e5
6 changed files with 111 additions and 121 deletions

View File

@@ -20,11 +20,14 @@ layout: compress
{% include head.html %}
<body data-spy="scroll" data-target="#toc">
<div id="sidebar" class="d-flex flex-column">
{% include sidebar.html %}
</div>
{% include topbar.html %}
<div id="main-wrapper">
{% include topbar.html %}
<div id="main">
{% capture _content %}
@@ -37,7 +40,8 @@ layout: compress
{% include footer.html %}
</div>
{% include search-results.html %}
</div>
</div> <!-- #main-wrapper -->
<div id="mask"></div>