Skip to content

Commit

Permalink
Remove animatite_fadeInUp in blogslogs and projects, for the moment i…
Browse files Browse the repository at this point in the history
…ndex animations are kept
  • Loading branch information
CosmeValera committed Jun 16, 2024
1 parent 0a02cab commit 4bcc422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/blog-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</a>
</li>
{% for item in config.extra.nav %}
<li class="animate__animated animate__fadeInUp">
<li>
<a class="{{ item.class }}" href="{{ item.path }}">{{ item.name }}</a>
</li>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion templates/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</a>
</li>
{% for item in config.extra.nav %}
<li class="animate__animated animate__fadeInUp">
<li>
<a class="{{ item.class }}" href="{{ item.path }}">{{ item.name }}</a>
</li>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion templates/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</a>
</li>
{% for item in config.extra.nav %}
<li class="animate__animated animate__fadeInUp">
<li>
<a class="{{ item.class }}" href="{{ item.path }}">{{ item.name }}</a>
</li>
{% endfor %}
Expand Down

0 comments on commit 4bcc422

Please sign in to comment.