File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 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>
1919{% assign types = (domain.types | where_exp: "item", "item.redirect == nil") %}
2020
2121{% if commands[0] %}
22- < h3 > Methods</ h3 >
22+ < h3 id =" methods " > Methods</ h3 >
2323< paper-material elevation ="1 " class ="methods ">
2424 {% for method in commands %}
2525 {% include method.html method=method domain=domain %}
@@ -28,7 +28,7 @@ <h3>Methods</h3>
2828{% endif %}
2929
3030{% if events[0] %}
31- < h3 > Events</ h3 >
31+ < h3 id =" events " > Events</ h3 >
3232< paper-material elevation ="1 " class ="events ">
3333 {% for event in events %}
3434 {% include event.html event=event domain=domain %}
@@ -37,7 +37,7 @@ <h3>Events</h3>
3737{% endif %}
3838
3939{% if types[0] %}
40- < h3 > Types</ h3 >
40+ < h3 id =" types " > Types</ h3 >
4141< paper-material elevation ="1 " class ="types ">
4242 {% for type in types %}
4343 {% include type.html type=type %}
Original file line number Diff line number Diff line change 55< div class ="event ">
66 < h4 class ="event-name monospace " id ="event-{{event.name}} ">
77 < span >
8- < span class ="domain-dot "> {{domain.domain}}.</ span >
9- {{event.name}}
8+ < span class ="domain-dot "> {{domain.domain}}.</ span > {{event.name}}
109 </ span >
1110 < a href ="{{permalink}} " class ="permalink "> #</ a >
1211 </ h4 >
You can’t perform that action at this time.
0 commit comments