10 lines
273 B
HTML
10 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 %}
|