_layouts/page.html in jekyll-theme-digitalebrain-0.1.7.6 vs _layouts/page.html in jekyll-theme-digitalebrain-0.1.7.7

- old
+ new

@@ -1,20 +1,20 @@ <!DOCTYPE html> <html lang="en"> {% include _head.html %} <body> -{% include _navbar.html %} - <section class="bg-pages ftco-cover overlay" id="section-home" data-aos="fade" data-stellar-background-ratio="0.5"> - <div class="container"> + <!-- NAVBAR --> + {% include _navbar.html %} + <!-- END NAVBAR --> + <section class="bg-pages ftco-cover overlay" id="section-home" data-aos="fade" data-stellar-background-ratio="0.5"> + <div class="container"> <div class="row align-items-center justify-content-center ftco-vh-100"> - <div id="left-main" class="col-md-8 text-center"> - - {{ page.content }} - + <div class="col-md-8 text-center"> + {{ content }} </div> </div> - </div> - <section/> + </div> + </section> <!-- extra content --> {% include _footer.html %} {% include loader.html %}