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

perf(build): use jekyll-include-cache plugin to reduce build time (#1098)

Resolve #1094 and add margin bottom for layout tags

Co-authored-by: Jake Kerr <kodafox@gmail.com>
This commit is contained in:
Cotes Chung
2023-06-19 14:41:40 +08:00
committed by GitHub
parent a60e90791d
commit 4fe145e980
6 changed files with 9 additions and 8 deletions

View File

@@ -26,11 +26,11 @@ layout: compress
<div id="main" class="container px-xxl-5">
{% include topbar.html lang=lang %}
{{ content }}
{% include search-results.html lang=lang %}
{% include_cached search-results.html lang=lang %}
</div>
</div>
{% include footer.html lang=lang %}
{% include_cached footer.html lang=lang %}
<div id="mask"></div>
@@ -71,6 +71,6 @@ layout: compress
{% include mermaid.html %}
{% endif %}
{% include search-loader.html %}
{% include_cached search-loader.html %}
</body>
</html>