Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2022-05-06 21:22:58 +0300
committerDillon <dillonzq@outlook.com>2022-05-06 21:22:58 +0300
commit7930049e557a6e3d1e6847570271b4d8b879cd37 (patch)
treebc6c0d4c89563ce06eb16d8e3c0f75b863317047 /layouts
parent09ea77eff137021bbf40762c6668f33e5aba06c9 (diff)
chore(lib): update animate.css 3.7.2 -> 4.1.1
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/section.html2
-rw-r--r--layouts/_default/single.html2
-rw-r--r--layouts/posts/single.html2
-rw-r--r--layouts/taxonomy/list.html2
-rw-r--r--layouts/taxonomy/terms.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 56943174..f1e1e46c 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -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">
{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "allSome" -}}
</h2>
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a34e22bd..f8f72d72 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,7 +4,7 @@
{{- $params := .Scratch.Get "params" -}}
<div class="page single special">
{{- /* Title */ -}}
- <h1 class="single-title animated pulse faster">
+ <h1 class="single-title animate__animated animate__pulse animate__faster">
{{- .Title -}}
</h1>
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 69c78794..56e816f2 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -20,7 +20,7 @@
<article class="page single">
{{- /* Title */ -}}
- <h1 class="single-title animated flipInX">{{ .Title }}</h1>
+ <h1 class="single-title animate__animated animate__flipInX">{{ .Title }}</h1>
{{- /* Subtitle */ -}}
{{- with $params.subtitle -}}
diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html
index 478ac682..7c412351 100644
--- a/layouts/taxonomy/list.html
+++ b/layouts/taxonomy/list.html
@@ -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 }}
diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html
index e63b3767..c7fe0fe8 100644
--- a/layouts/taxonomy/terms.html
+++ b/layouts/taxonomy/terms.html
@@ -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>