mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
clarify show more button
This commit is contained in:
parent
9f9a3b911a
commit
2346822be7
1 changed files with 1 additions and 1 deletions
|
@ -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</button>
|
<button type="button" class="btn btn-link devlog-more" id="devlog-more-{{ slug }}">Show more {{ include.tag }} posts</button>
|
||||||
<script>
|
<script>
|
||||||
$("#devlog-more-{{ slug }}").on("click", function () {
|
$("#devlog-more-{{ slug }}").on("click", function () {
|
||||||
$(".devlog-{{ slug }}").removeAttr("hidden");
|
$(".devlog-{{ slug }}").removeAttr("hidden");
|
||||||
|
|
Loading…
Reference in a new issue