Hello I have installed the conference demo, I am using it multiple pages as well as one page.
If do:
<ul class="not-dark align-self-center one-page-menu" data-easing="easeInOutExpo" data-speed="1250" data-offset="160">
<li><a href="#" data-href="#section-about"><div>About</div></a></li>
<li><a href="#" data-href="#section-reserve"><div>Reservations</div></a></li>
<li><a href="#" data-href="#section-whatson"><div>What's on</div></a></li>
<li><a href="#" data-href="#section-sponsors"><div>Menu</div></a></li>
<li><a href="contact.html">Contact</a></li>
</ul>The link doesn't take me to the contact.html page. How can that be fixed?
Also How do I link to sections from another page e.g. index.html#section-reserve
Cheers
