14 lines
375 B
HTML
14 lines
375 B
HTML
<!--
|
|
CSS selector for site.
|
|
Chirpy v2.3
|
|
https://github.com/cotes2020/jekyll-theme-chirpy
|
|
© 2020 Cotes Chung
|
|
MIT Licensed
|
|
-->
|
|
|
|
<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 %}
|