mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
5b1261c4be
- Upgrade Bootswatch Yeti theme (3.2.0+3 → to 3.3.6) - Upgrade Font Awesome (4.2.0 → 4.5.0) - Upgrade jQuery (1.11.1 → 1.11.3) Also keep the upstream filenames, e.g. bootstrap.min.css rather than bootstrap.css for the minified CSS, and jquery-1.11.3.min.js rather than jquery.js for the minified jQuery.
5 lines
115 B
HTML
5 lines
115 B
HTML
|
|
<script src="/js/jquery-1.11.3.min.js"></script>
|
|
<script src="/js/bootstrap.js"></script>
|
|
</body>
|
|
</html>
|