We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d6bbf commit b6563f4Copy full SHA for b6563f4
updates/index.html
@@ -31,7 +31,7 @@ <h3 class="mb-0">Notifications</h3>
31
<ul class="list-group list-group-flush">
32
{% for post in site.posts %}
33
<li class="list-group-item">
34
- <span class="badge badge-danger badge-pill p-2 mr-2"> New !! </span>
+ <span class="badge badge-danger badge-pill p-2 mr-2 animate__animated animate__pulse animate__infinite"> New !! </span>
35
<a class="mt-2" href="{{post.url}}">{{post.title}}</a>
36
</li>
37
{% endfor %}
0 commit comments