Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion layouts/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{{ 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>
Expand Down
6 changes: 5 additions & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<footer class="footer footer__{{ .footerClassModifier }}">
<ul class="footer__list">
<ul class="footer__list {{ with .Site.Params.doNotLoadAnimations }}
.
{{ else }}
animated fadeInDown
{{ end }}">
<li class="footer__item">
&copy;
{{ if isset .context.Site.Params "copyright" }}
Expand Down
8 changes: 4 additions & 4 deletions layouts/partials/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div
class="sidebar{{ with .Site.Params.doNotLoadAnimations }}
class="sidebar"
>
<div class="sidebar__content {{ with .Site.Params.doNotLoadAnimations }}
.
{{ else }}
animated fadeInDown
{{ end }}"
>
<div class="sidebar__content">
{{ end }}">
<div class="sidebar__introduction">
<img
class="sidebar__introduction-profileimage"
Expand Down