diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-10-03 02:20:25 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-10-03 02:20:25 -0500 |
commit | 9afdbf66b4111f3b7bc9db2acb475a954b527d67 (patch) | |
tree | 453511d8100054b4fb52ce9e2d5c950324a19768 /_includes | |
parent | b988a125d9c4d408a0bc88318cf005691e565fd7 (diff) |
Change GitHub CDN link to use a quicker one for US loading
See the PR below for the history of this problem.
https://github.com/alshedivat/al-folio/pull/234
I followed the change in the link below for fixing my site:
https://github.com/Francis777/personal-website/commit/5addce1875711926490869b7033a954d517ab415
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html index c629888..3b1f1f3 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -34,7 +34,7 @@ <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons"> <!-- Code Syntax Highlighting --> -<link rel="stylesheet" href="https://gitcdn.xyz/repo/jwarby/jekyll-pygments-themes/master/{{ site.highlight_theme }}.css" /> +<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/{{ site.highlight_theme }}.css" /> <!-- Styles --> {% if site.icon != empty %} |