Files
opensourcepos/_includes/scripts.html
BudsieBuds c77c9f7c19 Modernize Jekyll site (#4110)
* Modernize Jekyll site

The site now boasts the new README, Bootstrap 5 goodness, light/dark mode, and a footer so sleek it could moonwalk.

* Fixed broken links
2024-11-07 20:09:19 +01:00

4 lines
355 B
HTML

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="{{ 'assets/js/bs-colormodes.js' | relative_url }}"></script>
<script src="{{ 'assets/js/bs-tooltips.js' | relative_url }}"></script>