Skip to content

Commit 0bae80b

Browse files
committed
add footer component to homepage
1 parent e3837ce commit 0bae80b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080

8181
<!-- Web components -->
8282
<script src="web-components/nav-header/nav-header.js" type="module"></script>
83+
<script src="web-components/footer/footer.js" type="module"></script>
8384

8485
</head>
8586

@@ -405,8 +406,10 @@ <h3>LinkedIn</h3>
405406
</div>
406407
</div>
407408

409+
<imscentral-footer></imscentral-footer>
410+
408411
<!-- =========================== Additional Support / Footer links =========================== -->
409-
<footer aria-label="Footer" id="themeFooter">
412+
<!-- <footer aria-label="Footer" id="themeFooter">
410413
<div id="boomer-footer" class="boomer_footer_menu"></div>
411414
<div id="dw-footer" class="ibm-alternate ibm-padding-normal">
412415
<div class="ibm-columns ibm-padding-bottom-0">
@@ -427,7 +430,7 @@ <h3>LinkedIn</h3>
427430
</div>
428431
</div>
429432
</div>
430-
</footer>
433+
</footer> -->
431434

432435
<!-- post-load actions/listeners -->
433436
<script src="jekyll-tipue-search/assets/tipuesearch/postLoad.js"></script>

0 commit comments

Comments
 (0)