File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout: 'layouts/secondary.njk'
3
- style: 'article.css'
3
+ styles:
4
+ - 'article.css'
5
+ - 'highlight.css'
4
6
---
5
7
6
8
{% set previousPost = collections .post | getPreviousCollectionItem (page ) %}
Original file line number Diff line number Diff line change 11
11
rel =" stylesheet" />
12
12
{% if style %}
13
13
<link rel =" stylesheet" href =" /css/{{ style }}" />
14
+ {% elif styles %}
15
+ {% for style in styles %}
16
+ <link rel =" stylesheet" href =" /css/{{ style }}" />
17
+ {% endfor %}
14
18
{% else %}
15
19
<link rel =" stylesheet" href =" /css/style.css" />
16
20
{% endif %}
17
- <link rel =" stylesheet"
18
- href =" //cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/tokyo-night-dark.min.css" >
19
21
<script src =" /js/loadTheme.js" defer ></script >
20
22
<script src =" /js/redirect.js" defer ></script >
21
23
</head >
You can’t perform that action at this time.
0 commit comments