Skip to content

Commit cfcf483

Browse files
committed
battle cors issue
1 parent f8d621d commit cfcf483

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

layouts/partials/head_custom.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/github.min.css" rel="stylesheet">
2-
<script src="https://kit.fontawesome.com/57ffafa570.js" crossorigin="anonymous"></script>
2+
<link
3+
rel="stylesheet"
4+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
5+
/>
36
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/academicons.css" media="all">
47
{{ if lt (.Date.Year) 2018 }}
58
<script>

0 commit comments

Comments
 (0)