chore(config): update config name

This commit is contained in:
Dillon
2020-02-17 02:32:52 +08:00
parent 5a1e0b5d31
commit dd78d80fef
7 changed files with 78 additions and 78 deletions

View File

@@ -30,7 +30,7 @@
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
{{- /* Font Awesome https://fontawesome.com/ */ -}}
{{- with $CDN.fontawesome_free_css -}}
{{- with $CDN.fontawesomeFreeCSS -}}
{{- . | safeHTML -}}
{{- else -}}
{{- $res := resources.Get "css/lib/fontawesome-free/all.min.css" -}}
@@ -43,7 +43,7 @@
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
{{- /* Animate.css https://github.com/daneden/animate.css */ -}}
{{- with $CDN.animate_css -}}
{{- with $CDN.animateCSS -}}
{{- . | safeHTML -}}
{{- else -}}
{{ $res := resources.Get "css/lib/animate/animate.min.css" -}}