add MR reference around font css hashes

This commit is contained in:
Gabriele Musco 2022-11-15 07:59:22 +01:00
parent 879e253655
commit 9b59aa923f
No known key found for this signature in database
GPG Key ID: 1068D795C80E51DE
1 changed files with 6 additions and 0 deletions

View File

@ -23,8 +23,14 @@
{{ end }}
{{ .Site.Title | default "Ficurinia" }}
</title>
{{/*
how to update these hashes:
https://gitlab.com/gabmus/hugo-ficurinia/-/merge_requests/5
*/}}
<link href="/symbols-nerd-font/symbols-nerd-font.css" rel="stylesheet" integrity="sha512-lydow8GLOLlYNOtHlksNCmGWWCBsbIEtikXpHzfWqx78HLlyQZHOzyLwPpKol4Th6aCwLUXOfODVYgwrd3nwKQ=="/>
<link href="/jetbrains-mono/jetbrains-mono.css" rel="stylesheet" integrity="sha512-tJxlgL6v1Y7kFf+qB8SloaAMKnOAw6WouknxXtIjkBux9Y/9aX81EUWOJO8c/3l98DmjG8brr4to7zaez606Fg=="/>
{{ if and site.Params.cactusCommentsSiteName (.Params.comments | default true) }}
<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
{{ end }}