amitmerchant1990 / reverie

:art: A ridiculously elegant Jekyll theme.
https://reverie.pages.dev
MIT License
779 stars 683 forks source link

Where is header.html ? #25

Closed armsp closed 4 years ago

armsp commented 4 years ago

I wanted to edit the looks of header.html that is responsible for the topmost header - image

I can see that in _layouts folder, in default.html you include header.html but I don't see that file in _includes folder -

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">

  {% include head.html %}

  <body>

    {% include header.html %}

    <main class="page-content" aria-label="Content">
      <div class="wrapper">
        {{ content }}
      </div>
    </main>

    {% include footer.html %}

  </body>

</html>

How are you including header.html ?

patricsteiner commented 4 years ago

Are you sure you have the correct version? When I check the _layouts/default.html, I cannot see a header include: https://github.com/amitmerchant1990/reverie/blob/master/_layouts/default.html

armsp commented 4 years ago

Strange that it would happen. I checked with the latest release and it seems okay now. Closing this.