File tree Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 13
13
{{ content | remove: "<!-- mdpo-disable --> " | remove: "<!-- mdpo-enable --> " | remove: "<!-- mdpo-disable-next-line --> " | remove: "<!-- mdpo-enable-next-line --> " }}
14
14
</ article >
15
15
16
- < div class ="container-fluid ">
17
- < div class ="container py-3 ">
18
- < div class ="row justify-content-start pb-4 ">
19
- {% assign items = site.documentation | sort: 'title' | sort: 'order' %}
20
- {% for documentation in items %}
21
- {% if documentation.group == page.group and documentation.level > page.level %}
22
- {% include documentation-card.html item=documentation %}
23
- {% endif %}
24
- {% endfor %}
25
- </ div >
26
- </ div >
16
+ < div class ="row justify-content-start pb-4 ">
17
+ {% assign items = site.documentation | sort: 'title' | sort: 'order' %}
18
+ {% for documentation in items %}
19
+ {% if documentation.group == page.group and documentation.level > page.level %}
20
+ {% include documentation-card.html item=documentation %}
21
+ {% endif %}
22
+ {% endfor %}
27
23
</ div >
24
+
28
25
</ div >
29
26
</ div >
30
27
</ div >
Original file line number Diff line number Diff line change 7
7
8
8
< p > {% t contribute.introduction %}</ p >
9
9
10
- < div class ="container-fluid ">
11
- < div class ="row pb-4 ">
12
- {% include contribute-card.html icon="fa-language" url="/contribute/translate" item="translate" %}
13
- {% include contribute-card.html icon="fa-comment" url="https://forum.antennapod.org/" item="support" target="external" %}
14
- {% include contribute-card.html icon="fa-vial" url="/documentation/general/beta" item="test" %}
15
- {% include contribute-card.html icon="fa-code" url="/contribute/develop" item="develop" %}
16
- {% include contribute-card.html icon="fa-bullhorn" url="/contribute/promote" item="promote" %}
17
- {% include contribute-card.html icon="fa-pencil-ruler" url="https://github.com/AntennaPod/AntennaPod/labels/needs:%20mock-up%20or%20user%20story" item="design" target="external" %}
18
- </ div >
10
+ < div class ="row pb-4 ">
11
+ {% include contribute-card.html icon="fa-language" url="/contribute/translate" item="translate" %}
12
+ {% include contribute-card.html icon="fa-comment" url="https://forum.antennapod.org/" item="support" target="external" %}
13
+ {% include contribute-card.html icon="fa-vial" url="/documentation/general/beta" item="test" %}
14
+ {% include contribute-card.html icon="fa-code" url="/contribute/develop" item="develop" %}
15
+ {% include contribute-card.html icon="fa-bullhorn" url="/contribute/promote" item="promote" %}
16
+ {% include contribute-card.html icon="fa-pencil-ruler" url="https://github.com/AntennaPod/AntennaPod/labels/needs:%20mock-up%20or%20user%20story" item="design" target="external" %}
19
17
</ div >
20
18
21
19
< p id ="donate "> {% t contribute.donate %}</ p >
You can’t perform that action at this time.
0 commit comments