Merge pull request #15 from FearlessTobi/fa-update

layout: Update fontawesome
This commit is contained in:
bunnei 2023-07-20 10:50:23 -07:00 committed by GitHub
commit ac7cb5fcc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
<title>{{- if not .IsHome }}{{ .Title }} - {{ .Site.Title }}{{- else }}{{ .Site.Title }} - {{ .Site.Params.Tagline }}{{- end}}</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu|Dosis" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.2/css/all.css" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v6.4.0/css/all.css" rel="stylesheet">
{{ $stylesheet := resources.Get "scss/style.scss" | toCSS | minify }}
<link rel="stylesheet" href="{{ $stylesheet.Permalink }}" />
{{- block "css" . }}{{- end }}