Skip to content

Commit

Permalink
Merge pull request #131 from TAMULib/tl_components_prj
Browse files Browse the repository at this point in the history
Added tl-components here
  • Loading branch information
rmathew1011 committed Oct 20, 2022
2 parents 61e975c + d5c7110 commit 65a2114
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@

<!-- Content placed here will appear on every page -->
<main>

<custom-header title="Product Management" home="/products/" login="login()" anonymous="isAnonymous()"></custom-header>
<tl-header page-title="Product Management" page-title-url="/products/"></tl-header>

<alerts types="WARNING, ERROR"></alerts>
<alerts seconds="45" channels="auth/register" types="SUCCESS"></alerts>
Expand Down Expand Up @@ -81,11 +80,14 @@
</div>
</main>

<tamufooter></tamufooter>
<tl-footer></tl-footer>
<tl-themes active-theme="tamu"></tl-themes>

<script src="appConfig.js"></script>
<script src="app.bundle.js"></script>

<script src="//api.library.tamu.edu/tl-components/2x/tl-components.js"></script>

<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function (b, o, i, l, e, r) {
Expand Down

0 comments on commit 65a2114

Please sign in to comment.