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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-10 19:50:06 +0300
committerDillon <dillonzq@outlook.com>2020-03-10 19:50:06 +0300
commit9004e375fddacf4002e903c46806ba296f203484 (patch)
treed52a3b2a996604b3e040abb509728ea670cf21eb /layouts
parent3b107068a663a4f9e6df941fb98ec4d7e5a5422c (diff)
fix(animation): lost animation
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head/link.html2
-rw-r--r--layouts/partials/header.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/head/link.html b/layouts/partials/head/link.html
index 1e5ccad..cfec285 100644
--- a/layouts/partials/head/link.html
+++ b/layouts/partials/head/link.html
@@ -34,7 +34,7 @@
{{- with $CDN.animateCSS -}}
{{- . | safeHTML -}}
{{- else -}}
- {{- $res := resources.Get "lib/fontawesome-free/all.min.css" -}}
+ {{- $res := resources.Get "lib/animate/animate.min.css" -}}
{{- $stylesheet := dict "resource" $res "fingerprint" ($scratch.Get "fingerprint") -}}
{{- partial "plugin/stylesheet.html" $stylesheet -}}
{{- end -}}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 0c8d9c9..036a2ba 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,7 +1,7 @@
{{- /* Desktop header */ -}}
<header class="desktop" id="header-desktop">
<div class="header-wrapper">
- <div class="header-title animated bounceIn">
+ <div class="header-title">
<a href="{{ `/` | relLangURL }}">
{{- .Site.Title -}}
</a>
@@ -43,7 +43,7 @@
<header class="mobile" id="header-mobile">
<div class="header-wrapper">
<div class="header-container">
- <div class="header-title animated bounceIn">
+ <div class="header-title">
<a href="{{ `/` | relLangURL }}">
{{- .Site.Title -}}
</a>