Skip to content

Commit 4052e27

Browse files
authored
Merge pull request #61 from reveurguy/master
some more changes.
2 parents 8256785 + b6563f4 commit 4052e27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ <h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/log
2828
{% endif %}
2929

3030
{% if page.active == "join-us" %}
31-
<li class=" active"><a class="" href="/join-us/index.html" data-after="Join Us">Join Us</a></li>
31+
<li class=" active"><a class="" href="/join-us/index.html" data-after="Join">Join Us</a></li>
3232
{% else %}
33-
<li class=""><a class="" href="/join-us/index.html" data-after="Join Us">Join Us</a></li>
33+
<li class=""><a class="" href="/join-us/index.html" data-after="Join">Join Us</a></li>
3434
{% endif %}
3535
<!-- </ul>
3636
</div> -->

updates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3 class="mb-0">Notifications</h3>
3131
<ul class="list-group list-group-flush">
3232
{% for post in site.posts %}
3333
<li class="list-group-item">
34-
<span class="badge badge-danger badge-pill p-2 mr-2"> New !! </span>
34+
<span class="badge badge-danger badge-pill p-2 mr-2 animate__animated animate__pulse animate__infinite"> New !! </span>
3535
<a class="mt-2" href="{{post.url}}">{{post.title}}</a>
3636
</li>
3737
{% endfor %}

0 commit comments

Comments
 (0)