We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c038ff commit 20fa663Copy full SHA for 20fa663
docs/_includes/Stylesheet.html
@@ -0,0 +1,15 @@
1
+{% if site.data.stylesheet %}
2
+ {% for stylesheet in site.data.stylesheet %}
3
+ <link rel="stylesheet" type="text/css" href="{{ stylesheet }}" />
4
+ {% endfor %}
5
+{% endif %}
6
+{% if page.stylesheet %}
7
+ {% for stylesheet in page.stylesheet %}
8
9
10
11
+{% if include.stylesheet %}
12
+ {% for stylesheet in include.stylesheet %}
13
14
15
0 commit comments