Started adding contact section.
This commit is contained in:
parent
af0f67f32c
commit
0607f4ff8f
2 changed files with 50 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ window.addEventListener('scroll', () =>
|
|||
});
|
||||
});
|
||||
|
||||
document.querySelectorAll('h1, h2, h3, h4, h5, h6').forEach(header =>
|
||||
document.querySelectorAll('h1, h2').forEach(header =>
|
||||
{
|
||||
if (header.id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue