header.njk 503 B

12345678
  1. <header class="elv-layout elv-layout-full elv-header{% if headerClass %} {{ headerClass }}{% endif %}">
  2. {% if page.url != '/' %}<h3><a href="https://torsion.org/borgmatic/">borgmatic</a></h3>{% endif %}
  3. <div class="container" id="breadcrumb">
  4. {% set breadcrumb = collections.all | eleventyNavigationBreadcrumb(eleventyNavigation.key, {allowMissing: true}) %}
  5. {{ breadcrumb | eleventyNavigationToHtml | safe }}
  6. </div>
  7. <h1 class="elv-hed">{{ title | safe }}</h1>
  8. </header>