made the more button bold

This commit is contained in:
Ell 2024-05-21 21:59:47 +02:00
parent 2346822be7
commit 8247d70f04

View file

@ -33,7 +33,7 @@
{% endfor %} {% endfor %}
{% if total > 6 %} {% if total > 6 %}
<button type="button" class="btn btn-link devlog-more" id="devlog-more-{{ slug }}">Show more {{ include.tag }} posts</button> <button type="button" class="btn btn-link devlog-more" id="devlog-more-{{ slug }}"><strong>Show more {{ include.tag }} posts</strong></button>
<script> <script>
$("#devlog-more-{{ slug }}").on("click", function () { $("#devlog-more-{{ slug }}").on("click", function () {
$(".devlog-{{ slug }}").removeAttr("hidden"); $(".devlog-{{ slug }}").removeAttr("hidden");