krata/_includes/css-selector.html

16 lines
478 B
HTML
Raw Normal View History

2020-05-29 19:30:50 +02:00
<!--
CSS selector for site.
-->
2021-01-23 06:20:58 +01:00
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
2020-05-29 19:30:50 +02:00
2021-01-23 06:20:58 +01: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 19:30:50 +02:00
{% endif %}
2021-04-21 17:17:34 +02:00
{% if page.layout == 'page' or page.layout == 'post' %}
<!-- Manific Popup -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/magnific-popup@1.1.0/dist/magnific-popup.min.css">
{% endif %}