To reduce load times on your site, three minified brand files are available for use: brand.min.css, search.min.css and search.min.js.
If your site was created prior to 11/1/18, follow these steps to update your site.
To reduce load times on your site, three minified brand files are available for use: brand.min.css, search.min.css and search.min.js.
If your site was created prior to 11/1/18, follow these steps to update your site.
Edit the javascript.html file in the _includes folder.
Locate Line 4 and the reference to search.js.
Replace line 3 with the following:
<script src="https://assets.iu.edu/search/3.x/search.min.js"></script>
Submit and Publish.
Edit the css.html file in the _includes folder.
Locate lines 4 and 5 which reference brand.css and search.css, respectively.
Replace both lines with the following:
<link href="https://assets.iu.edu/brand/3.x/brand.min.css" rel="stylesheet" type="text/css"/>
<link href="https://assets.iu.edu/search/3.x/search.min.css" rel="stylesheet" type="text/css"/>
Submit and Publish.