web/_includes/css-selector.html

11 lines
273 B
HTML
Raw Normal View History

2020-05-29 20:30:50 +03:00
<!--
CSS selector for site.
-->
2021-01-23 08:20:58 +03:00
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
2020-05-29 20:30:50 +03:00
2021-01-23 08:20:58 +03:00
{% 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">
2020-05-29 20:30:50 +03:00
{% endif %}