Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions attack-theme/templates/macros/navigation_menu.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro navigation_menu(menu, logo_header, output_file) -%}
<nav class='navbar navbar-expand-lg navbar-dark position-static'>
<a class='navbar-brand' href='/'><img src="{{ logo_header }}" class="attack-logo"></a>
<a class='navbar-brand' href='/'><img src="{{ logo_header }}" class="attack-logo" alt="ATT&CK Home"></a>
<button class='navbar-toggler' type='button' data-toggle='collapse' data-target='#navbarCollapse'
aria-controls='navbarCollapse' aria-expanded='false' aria-label='Toggle navigation'>
<span class='navbar-toggler-icon'></span>
Expand Down Expand Up @@ -72,4 +72,4 @@
{% endfor %}
</div>
</div>
{% endmacro %}
{% endmacro %}