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:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
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>