File tree 4 files changed +18
-31
lines changed
4 files changed +18
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
2
2
< div class ="prompt ">
3
3
4
- < h3 > Discussion Prompt </ h3 >
4
+ < h3 > Discussion </ h3 >
5
5
6
6
{{ include.content }}
7
7
8
+ {% if page.discussion %}
9
+
10
+ < p >
11
+ < a href ="https://discord.com/channels/791087361273757726/{{ page.discussion }}/ " target ="_blank "> < i class ="fab fa-discord "> </ i > Discuss in Discord! < i class ="fas fa-external-link-alt "> </ i > </ a >
12
+ </ p >
13
+
14
+ {% else %}
15
+
16
+ < p >
17
+ < a href ="https://discord.com/channels/791087361273757726/ " target ="_blank "> < i class ="fab fa-discord "> </ i > Discuss in Discord! < i class ="fas fa-external-link-alt "> </ i > </ a >
18
+ </ p >
19
+ {% endif %}
20
+
8
21
</ div >
Original file line number Diff line number Diff line change 9
9
< div class ="content p-md-2 ">
10
10
< h1 > {{ page.title }} </ h1 >
11
11
{{ content }}
12
+ {% if page.discussion %} {% include prompt.html content="< p > General discussion</ p > " %} {% endif %}
12
13
{% include next_in_module.html %}
13
14
{% if prev or next %}< hr /> {% endif %}
14
15
< div class ="row ">
Original file line number Diff line number Diff line change 28
28
margin-top : 0 ;
29
29
margin-bottom : 10px ;
30
30
}
31
+ a :hover {
32
+ color : white ;
33
+ }
31
34
}
32
35
33
36
.reading {
You can’t perform that action at this time.
0 commit comments