Merge branch 'add-more-integrity-for-header' into 'master'
Specify integrity value for symbols nerd and jetbrains mono font See merge request gabmus/hugo-ficurinia!5
This commit is contained in:
commit
879e253655
|
@ -23,8 +23,8 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ .Site.Title | default "Ficurinia" }}
|
{{ .Site.Title | default "Ficurinia" }}
|
||||||
</title>
|
</title>
|
||||||
<link href="/symbols-nerd-font/symbols-nerd-font.css" rel="stylesheet" />
|
<link href="/symbols-nerd-font/symbols-nerd-font.css" rel="stylesheet" integrity="sha512-lydow8GLOLlYNOtHlksNCmGWWCBsbIEtikXpHzfWqx78HLlyQZHOzyLwPpKol4Th6aCwLUXOfODVYgwrd3nwKQ=="/>
|
||||||
<link href="/jetbrains-mono/jetbrains-mono.css" rel="stylesheet" />
|
<link href="/jetbrains-mono/jetbrains-mono.css" rel="stylesheet" integrity="sha512-tJxlgL6v1Y7kFf+qB8SloaAMKnOAw6WouknxXtIjkBux9Y/9aX81EUWOJO8c/3l98DmjG8brr4to7zaez606Fg=="/>
|
||||||
{{ if and site.Params.cactusCommentsSiteName (.Params.comments | default true) }}
|
{{ if and site.Params.cactusCommentsSiteName (.Params.comments | default true) }}
|
||||||
<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
|
<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue