github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/docs/_includes/header_menu.html (about)

     1  {% if site.aux_links %}
     2  <nav aria-label="Auxiliary" class="aux-nav">
     3      <ul class="aux-nav-list">
     4          {% if site.aux_links %}
     5          {% for link in site.aux_links %}
     6          <li class="aux-nav-list-item">
     7              <a href="{{ link.last }}" class="site-button" {% if site.aux_links_new_tab %} target="_blank"
     8                 rel="noopener noreferrer" {% endif %}>
     9                  {{ link.first }}
    10              </a>
    11          </li>
    12          {% endfor %}
    13          {% endif %}
    14          {% if site.buttons %}
    15          {% for button in site.buttons %}
    16          <li class="aux-nav-list-item button">
    17              <a href="{{ button.last }}" class="site-button" {% if site.aux_links_new_tab %} target="_blank"
    18                 rel="noopener noreferrer" {% endif %}>
    19                  {{ button.first }}
    20              </a>
    21          </li>
    22          {% endfor %}
    23          {% endif %}
    24      </ul>
    25  </nav>
    26  {% endif %}