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.
secondary.njk
1 parent c1898d2 commit 68a1615Copy full SHA for 68a1615
src/_includes/layouts/secondary.njk
@@ -11,11 +11,13 @@
11
rel="stylesheet" />
12
{% if style %}
13
<link rel="stylesheet" href="/css/{{ style }}" />
14
+ {% elif styles %}
15
+ {% for style in styles %}
16
+ <link rel="stylesheet" href="/css/{{ style }}" />
17
+ {% endfor %}
18
{% else %}
19
<link rel="stylesheet" href="/css/style.css" />
20
{% endif %}
- <link rel="stylesheet"
- href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/tokyo-night-dark.min.css">
21
<script src="/js/loadTheme.js" defer></script>
22
<script src="/js/redirect.js" defer></script>
23
</head>
0 commit comments