We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1120bd8 commit f8d621dCopy full SHA for f8d621d
1 file changed
layouts/partials/head_custom.html
@@ -1,5 +1,5 @@
1
<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/2ffbe812ca.js" crossorigin="anonymous"></script>
+<script src="https://kit.fontawesome.com/57ffafa570.js" crossorigin="anonymous"></script>
3
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/academicons.css" media="all">
4
{{ if lt (.Date.Year) 2018 }}
5
<script>
@@ -12,4 +12,4 @@
12
pangu.spacingPage();
13
});
14
</script>
15
-{{ end }}
+{{ end }}
0 commit comments