getgrav / grav-theme-agency

Agency Theme for Grav
https://getgrav.org
MIT License
27 stars 36 forks source link

Twice id of sections #3

Closed Balindil closed 9 years ago

Balindil commented 9 years ago

In the source code can be seen that the id each occur twice for sections:

<div id="services"></div>
<section id="services">
...
<div id="portfolio"></div>
<section id="portfolio" class="bg-light-gray">
...