fix: add animation on 404 content and mobile footer (#559)
* fix: add animation on 404 content
---------
Co-authored-by: Alexander Bilz <mail@alexbilz.com>
| | |
| | | {{ define "main" }} |
| | | <div class="page_404"> |
| | | <div |
| | | class="page_404 {{ with .Site.Params.doNotLoadAnimations }} |
| | | . |
| | | {{ else }} |
| | | animated fadeInDown |
| | | {{ end }}" |
| | | > |
| | | <h1>404</h1> |
| | | <h2>{{ i18n "page_not_found" }}</h2> |
| | | <p>{{ i18n "page_does_not_exist" }}</p> |
| | |
| | | {{- end -}} |
| | | {{- end -}} |
| | | <footer class="footer footer__{{ .footerClassModifier }}"> |
| | | <ul class="footer__list"> |
| | | <ul |
| | | class="footer__list {{ with .context.Site.Params.doNotLoadAnimations }} |
| | | . |
| | | {{ else }} |
| | | animated fadeInDown |
| | | {{ end }}" |
| | | > |
| | | <li class="footer__item"> |
| | | © |
| | | {{ if isset .context.Site.Params "copyright" }} |
| | |
| | | <div |
| | | class="sidebar{{ with .Site.Params.doNotLoadAnimations }} |
| | | . |
| | | {{ else }} |
| | | animated fadeInDown |
| | | {{ end }}" |
| | | > |
| | | <div class="sidebar__content"> |
| | | <div class="sidebar"> |
| | | <div |
| | | class="sidebar__content {{ with .Site.Params.doNotLoadAnimations }} |
| | | . |
| | | {{ else }} |
| | | animated fadeInDown |
| | | {{ end }}" |
| | | > |
| | | <div class="sidebar__introduction"> |
| | | <img |
| | | class="sidebar__introduction-profileimage" |