Use Font Awesome instead of Fork Awesome
This commit is contained in:
parent
b88d13e7f0
commit
d326aa747e
130 changed files with 375 additions and 6712 deletions
|
|
@ -13,10 +13,9 @@
|
|||
{{ $scriptJquery := resources.Get "js/jquery-3.6.3.min.js" }}
|
||||
|
||||
<!-- The main JavaScript files for HugoScroll -->
|
||||
{{ $scriptIcons := resources.Get "js/icons.js" }}
|
||||
{{ $scriptIndex := resources.Get "js/index.js" }}
|
||||
{{ $scriptPolyfill := resources.Get "js/css-vars-ponyfill.min.js" }}
|
||||
{{ $js := slice $scriptJquery $scriptIcons $scriptIndex $scriptPolyfill | resources.Concat "js/script.js" | resources.Minify | resources.Fingerprint }}
|
||||
{{ $js := slice $scriptJquery $scriptIndex $scriptPolyfill | resources.Concat "js/script.js" | resources.Minify | resources.Fingerprint }}
|
||||
|
||||
<script src="{{ $js.RelPermalink }}" integrity="{{ $js.Data.Integrity }}" ></script>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
{{- with $img.Resize ( printf "%dx%d %s" $img.Width $img.Height $image_options ) -}}
|
||||
#site-head.withCenteredImage {
|
||||
background-image: url('{{- .RelPermalink -}}');
|
||||
}
|
||||
}
|
||||
{{- end -}}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue