1
1
<header >
2
- <nav class =" navbar navbar-expand-lg bg-body-tertiary" >
3
- <div class =" container-fluid" >
2
+ <nav class =" navbar navbar-expand-lg bg-body-tertiary" >
3
+ <div class =" container-fluid" >
4
4
5
-
6
- <a href =" /" class =" navbar-brand" ><img src =" /images/haxeflixel-header.svg" height =" 31" alt =" HaxeFlixel" /></a >
5
+ <a href =" /" class =" navbar-brand" ><img
6
+ src =" /images/haxeflixel-header.svg"
7
+ height =" 31"
8
+ alt =" HaxeFlixel" /></a >
7
9
8
- <button class =" navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarSupportedContent" aria-controls =" navbarSupportedContent" aria-expanded =" false" aria-label =" Toggle navigation" >
9
- <span class =" navbar-toggler-icon" ></span >
10
- </button >
11
-
10
+ <button
11
+ class =" navbar-toggler"
12
+ type =" button"
13
+ data-bs-toggle =" collapse"
14
+ data-bs-target =" #navbarSupportedContent"
15
+ aria-controls =" navbarSupportedContent"
16
+ aria-expanded =" false"
17
+ aria-label =" Toggle navigation" >
18
+ <span class =" navbar-toggler-icon" ></span >
19
+ </button >
12
20
13
- <div class =" collapse navbar-collapse" id =" navbarNavDropdown" >
14
21
15
- <ul class =" navbar-nav" >
16
-
17
- <li class =" nav-item dropdown {% dropdownActive 'demos' %}" >
18
- <a href =" #" class =" nav-link dropdown-toggle" data-bs-toggle =" dropdown" role =" button" aria-expanded =" false" >Examples <span class =" caret" ></span ></a >
19
- <ul class =" dropdown-menu inverse-dropdown" >
20
- <li ><a class =" dropdown-item" href =" /demos" >Demos</a ></li >
21
- <li ><a class =" dropdown-item" href =" https://snippets.haxeflixel.com/" >Snippets</a ></li >
22
- </ul >
23
- </li >
22
+ <div class =" collapse navbar-collapse" id =" navbarNavDropdown" >
24
23
25
- <li class =" nav-item {% dropdownActive 'showcase' %}" >
26
- <a class =" nav-link" href =" /showcase" >Showcase</a >
27
- </li >
24
+ <ul class =" navbar-nav" >
28
25
29
- {% comment %} <li <%= @ablog %>> {% endcomment %}
30
- <li class =" nav-item {% dropdownActive 'blog' %}" >
31
- <a class =" nav-link" href =" /blog" >Blog</a >
32
- </li >
26
+ <li class =" nav-item dropdown {% dropdownActive 'demos' %}" >
27
+ <a
28
+ href =" #"
29
+ class =" nav-link dropdown-toggle"
30
+ data-bs-toggle =" dropdown"
31
+ role =" button"
32
+ aria-expanded =" false" >Examples
33
+ <span class =" caret" ></span >
34
+ </a >
35
+ <ul class =" dropdown-menu inverse-dropdown" >
36
+ <li >
37
+ <a class =" dropdown-item" href =" /demos" >Demos</a >
38
+ </li >
39
+ <li >
40
+ <a class =" dropdown-item" href =" https://snippets.haxeflixel.com/" >Snippets</a >
41
+ </li >
42
+ </ul >
43
+ </li >
33
44
34
- {% comment %} <li <%= @adocs %>> {% endcomment %}
35
- <li class =" nav-item {% dropdownActive 'documentation' %}" >
36
- <a class =" nav-link" href =" /documentation" >Docs</a >
37
- </li >
45
+ <li class =" nav-item {% dropdownActive 'showcase' %}" >
46
+ <a class =" nav-link" href =" /showcase" >Showcase</a >
47
+ </li >
38
48
39
- <li class =" nav-item" >
40
- <a class =" nav-link" href =" http://api.haxeflixel.com" >API</a >
41
- </li >
49
+ {% comment %} <li <%= @ablog %>> {% endcomment %}
50
+ <li class =" nav-item {% dropdownActive 'blog' %}" >
51
+ <a class =" nav-link" href =" /blog" >Blog</a >
52
+ </li >
42
53
43
- {% comment %} <li <%= @aforum %>> {% endcomment %}
44
- <li class =" nav-item" >
45
- <a class =" nav-link" href =" https://github.com/HaxeFlixel/flixel/discussions " >Forum </a >
46
- </li >
54
+ {% comment %} <li <%= @adocs %>> {% endcomment %}
55
+ <li class =" nav-item {% dropdownActive 'documentation' %} " >
56
+ <a class =" nav-link" href =" /documentation " >Docs </a >
57
+ </li >
47
58
48
- </ul >
49
-
50
- {% renderFile "./11ty-source/_layouts/partials/search.html" %}
51
- {% comment %} <%- @partial('search.html') %> {% endcomment %}
59
+ <li class =" nav-item" >
60
+ <a class =" nav-link" href =" http://api.haxeflixel.com" >API</a >
61
+ </li >
52
62
53
- </div >
63
+ {% comment %} <li <%= @aforum %>> {% endcomment %}
64
+ <li class =" nav-item" >
65
+ <a class =" nav-link" href =" https://github.com/HaxeFlixel/flixel/discussions" >Forum</a >
66
+ </li >
54
67
55
- </ div >
68
+ </ ul >
56
69
57
-
70
+ {% renderFile "./11ty-source/_layouts/partials/search.html" %}
71
+ {% comment %} <%- @partial('search.html') %> {% endcomment %}
58
72
59
- </nav >
73
+ </div >
74
+
75
+ </div >
76
+
77
+
78
+ </nav >
60
79
</header >
0 commit comments