update js version

This commit is contained in:
Pim Snel 2024-04-26 20:12:52 +02:00
parent b0de003864
commit c8b8a9495d
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ params:
repo: home-manager-option-search
user: mipmip
show_count: true
show_text: false
show_text: true
main_menu:

View File

@ -44,7 +44,7 @@
{{with .Site.Params.github }}
<li style="margin-left:9px;padding-top:14px;">
<iframe
src="https://ghbtns.com/github-btn.html?user={{ .user}}&repo={{.repo}}&type=star&count={{.show_count}}&text={{.show_text}}"
src="https://ghbtns.com/github-btn.html?user={{ .user}}&repo={{.repo}}&type=star&count=false&text=true"
style="width:101px;"
frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe>
</li>
@ -166,6 +166,6 @@
</footer>
<script type="text/javascript" src="https://unpkg.com/js-search@2.0.1/dist/umd/js-search.min.js"></script>
<script type="text/javascript" src="js/script.js?version=2024-03-23"></script>
<script type="text/javascript" src="js/script.js?version=2024-04-26"></script>
</body>
</html>