Skip to content

Commit

Permalink
Merge pull request #6 from dimadimx/feature/fix_jump_to
Browse files Browse the repository at this point in the history
#73589 / fix jump to
  • Loading branch information
christopheg authored Jan 25, 2024
2 parents 22199f2 + 7fa7474 commit 3f958da
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
File renamed without changes.
4 changes: 4 additions & 0 deletions template/bootstrap3/links.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@
{% endif %}
{% endfor %}
</ul>

{% if options.jump_to %}
<script src="/skeleton-pager/script.js" charset="UTF-8"></script>
{% endif %}
4 changes: 4 additions & 0 deletions template/bootstrap4/links.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@
{% endif %}
{% endfor %}
</ul>

{% if options.jump_to %}
<script src="/skeleton-pager/script.js" charset="UTF-8"></script>
{% endif %}
6 changes: 5 additions & 1 deletion template/bootstrap5/links.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@
{% endif %}
{% endfor %}
</ul>
</nav>
</nav>

{% if options.jump_to %}
<script src="/skeleton-pager/script.js" charset="UTF-8"></script>
{% endif %}

0 comments on commit 3f958da

Please sign in to comment.