mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
made the more button bold
This commit is contained in:
parent
2346822be7
commit
8247d70f04
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
{% endfor %}
|
||||
|
||||
{% 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>
|
||||
$("#devlog-more-{{ slug }}").on("click", function () {
|
||||
$(".devlog-{{ slug }}").removeAttr("hidden");
|
||||
|
|
Loading…
Reference in a new issue