mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-26 10:17:59 -05:00
* 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
4 lines
355 B
HTML
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>
|