mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
11 lines
273 B
HTML
11 lines
273 B
HTML
<!--
|
|
CSS selector for site.
|
|
-->
|
|
|
|
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
|
|
|
{% if site.toc and page.toc %}
|
|
<link rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css">
|
|
{% endif %}
|