Skip to content

Commit 8ae16d7

Browse files
authored
update: work.njk – data-animation for read-more button (#144)
update: `work.njk` – data-animation for read-more button
2 parents d055c5c + 9f76e73 commit 8ae16d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/sections/work.njk

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{%- endfor -%}
2727
</ul>
2828
{% if lengthProjects > 3 %}
29-
<a href="{{ link.github }}" target="_blank" rel="noopener noreferrer" class="section-more">
29+
<a href="{{ link.github }}" target="_blank" rel="noopener noreferrer" class="section-more" data-animation="fade-in">
3030
See more in Github...
3131
</a>
3232
{% endif %}

0 commit comments

Comments
 (0)