File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h2 class="heading"><span>{{domain.domain}}</span> Domain</h2>
19
19
{% assign types = (domain.types | where_exp: "item", "item.redirect == nil") %}
20
20
21
21
{% if commands[0] %}
22
- < h3 > Methods</ h3 >
22
+ < h3 id =" methods " > Methods</ h3 >
23
23
< paper-material elevation ="1 " class ="methods ">
24
24
{% for method in commands %}
25
25
{% include method.html method=method domain=domain %}
@@ -28,7 +28,7 @@ <h3>Methods</h3>
28
28
{% endif %}
29
29
30
30
{% if events[0] %}
31
- < h3 > Events</ h3 >
31
+ < h3 id =" events " > Events</ h3 >
32
32
< paper-material elevation ="1 " class ="events ">
33
33
{% for event in events %}
34
34
{% include event.html event=event domain=domain %}
@@ -37,7 +37,7 @@ <h3>Events</h3>
37
37
{% endif %}
38
38
39
39
{% if types[0] %}
40
- < h3 > Types</ h3 >
40
+ < h3 id =" types " > Types</ h3 >
41
41
< paper-material elevation ="1 " class ="types ">
42
42
{% for type in types %}
43
43
{% include type.html type=type %}
Original file line number Diff line number Diff line change 5
5
< div class ="event ">
6
6
< h4 class ="event-name monospace " id ="event-{{event.name}} ">
7
7
< span >
8
- < span class ="domain-dot "> {{domain.domain}}.</ span >
9
- {{event.name}}
8
+ < span class ="domain-dot "> {{domain.domain}}.</ span > {{event.name}}
10
9
</ span >
11
10
< a href ="{{permalink}} " class ="permalink "> #</ a >
12
11
</ h4 >
You can’t perform that action at this time.
0 commit comments