1
0
Fork 0

Remove FontAwesome

Forgot to actually remove it :)
This commit is contained in:
Ethan Marshall 2024-08-12 17:53:29 +01:00
parent 9f3a699f53
commit 2d976a6ff9
Signed by: ejv2
GPG key ID: EC2FAEF4DB8968D8

View file

@ -5,9 +5,6 @@
<meta charset="UTF-8"/>
{{ if .Site.Params.noindex }}<meta name="robots" content="noindex" /> {{ end }}
<!-- FontAwesome <https://fontawesome.com/> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- risotto theme -->
<link rel="stylesheet" href="{{ printf "css/palettes/%s.css" (.Site.Params.theme.palette | default "base16-dark") | absURL }}">