Skip to content

Commit

Permalink
Fix code - bad URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois committed Aug 26, 2024
1 parent e52decb commit 48bee81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions toolkit-lite-v2/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@


<script src="main21-education.js?id=20240721" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" href="//contrib.webtheme.illinois.edu/toolkit_lite/toolkit.css">
<script src="//contrib.webtheme.illinois.edu/toolkit_lite/toolkit.js"></script>
<link type="text/css" rel="stylesheet" href="//contrib.webtheme.illinois.edu/toolkit-lite-v2/toolkit.css">
<script src="//contrib.webtheme.illinois.edu/toolkit-lite-v2/toolkit.js"></script>

<script src="//onetrust.techservices.illinois.edu/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="26be7d61-2017-4ea7-8a8b-8f1704889763"></script> <script type="text/javascript">function OptanonWrapper() { }</script> <meta property="og:title" content="College of Education" /><meta property="og:description" content="Education at Illinois is committed to engaging in critical education issues, preparing teachers and leaders, and providing professional development programs." /><meta property="og:url" content="https://education.illinois.edu" /><meta property="og:type" content="website" /><meta property="og:site_name" content="College of Education" /><style type="text/css" media="all">il-clickable-card { display: flex!important; }</style><style type="text/css" media="all">.event-button { margin-top: 40px; }
.news-button { margin-top: 10px; }
Expand Down
4 changes: 2 additions & 2 deletions toolkit-lite-v2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Required code to use:
<script src="https://cdn.brand.illinois.edu/components/il-header.mjs" type="module" async></script>
<script src="https://cdn.brand.illinois.edu/components/il-footer.mjs" type="module" async></script>
<link type="text/css" rel="stylesheet" href="//contrib.webtheme.illinois.edu/toolkit_lite/toolkit.css">
<script src="//contrib.webtheme.illinois.edu/toolkit_lite/toolkit.js"></script>
<link type="text/css" rel="stylesheet" href="//contrib.webtheme.illinois.edu/toolkit-lite-v2/toolkit.css">
<script src="//contrib.webtheme.illinois.edu/toolkit-lite-v2/toolkit.js"></script>
```

Expand Down

0 comments on commit 48bee81

Please sign in to comment.