mirror of
https://github.com/yuzu-emu/shared-bulma-theme
synced 2024-11-26 00:58:06 +00:00
layout: Update fontawesome
Enables us to use the new Discord logo.
This commit is contained in:
parent
e86ed45e26
commit
6f08376abe
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue