Skip to content

Commit e760ac2

Browse files
committed
fix bug
1 parent 1b07e80 commit e760ac2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,25 +111,25 @@ head: # 删改前确定知道自己在做什么
111111
- key: rel
112112
value: stylesheet
113113
- key: href
114-
value: /public/css/younglord.css
114+
value: //cdn.jsdelivr.net/npm/prismjs/themes/prism.min.css
115115
- tag: link
116116
var:
117117
- key: rel
118118
value: stylesheet
119119
- key: href
120-
value: //cdn.jsdelivr.net/npm/prismjs/themes/prism.min.css
120+
value: //cdn.jsdelivr.net/npm/prismjs/plugins/line-numbers/prism-line-numbers.min.css
121121
- tag: link
122122
var:
123123
- key: rel
124124
value: stylesheet
125125
- key: href
126-
value: //cdn.jsdelivr.net/npm/prismjs/plugins/line-numbers/prism-line-numbers.min.css
126+
value: //cdn.jsdelivr.net/npm/prismjs/plugins/toolbar/prism-toolbar.min.css
127127
- tag: link
128128
var:
129129
- key: rel
130130
value: stylesheet
131131
- key: href
132-
value: //cdn.jsdelivr.net/npm/prismjs/plugins/toolbar/prism-toolbar.min.css
132+
value: /public/css/younglord.css
133133
#- tag: link
134134
# var:
135135
# - key: rel

0 commit comments

Comments
 (0)