Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuki Koide <koirand.jp@gmail.com>2022-08-08 19:14:26 +0300
committerGitHub <noreply@github.com>2022-08-08 19:14:26 +0300
commit0f846d0f03518cc6f457ad2c3d8dd1900637b275 (patch)
tree3b853d0c815c2f85cde4a0eabbf87d475bb09cd9
parent1ea4b4342733463904c1137666ae553f9c9bb86f (diff)
parent71dab87454de1407e194bdae5ad8ee8f152b0528 (diff)
Merge pull request #81 from bariscodes/patch-1
Update head.html
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f0769fe..86aa046 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -22,7 +22,7 @@
{{ $markdownDark := resources.Get "css/markdown-dark.css" }}
{{ $cssDark := slice $styleDark $markdownDark | resources.Concat "style-dark.css" | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $cssDark.Permalink }}" media="(prefers-color-scheme: dark)" integrity="{{ $cssDark.Data.Integrity }}">
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
<!-- custom css -->
{{ range .Site.Params.custom_css }}