chore(lib): update animate.css 3.7.2 -> 4.1.1

This commit is contained in:
Dillon
2022-05-07 02:22:58 +08:00
parent 09ea77eff1
commit 7930049e55
10 changed files with 39 additions and 43 deletions

View File

@@ -5,7 +5,7 @@
{{- define "content" -}}
<div class="page archive">
{{- /* Title */ -}}
<h2 class="single-title animated pulse faster">
<h2 class="single-title animate__animated animate__pulse animate__faster">
{{- $taxonomy := .Data.Singular -}}
{{- if eq $taxonomy "category" -}}
<i class="far fa-folder-open fa-fw" aria-hidden="true"></i>&nbsp;{{ .Title }}

View File

@@ -9,7 +9,7 @@
<div class="page archive">
{{- /* Title */ -}}
<h2 class="single-title animated pulse faster">
<h2 class="single-title animate__animated animate__pulse animate__faster">
{{- .Params.Title | default (T $taxonomies) | default $taxonomies | dict "Some" | T "allSome" -}}
</h2>