File tree 3 files changed +20
-22
lines changed
3 files changed +20
-22
lines changed Original file line number Diff line number Diff line change
1
+ < div id ="mc_embed_signup ">
2
+ < form action ="https://gamedev.us22.list-manage.com/subscribe/post?u=3b2317bf9350c11e252162541&id=aaf37783ec&f_id=0011cde1f0 " method ="post " id ="mc-embedded-subscribe-form " name ="mc-embedded-subscribe-form " class ="validate " target ="_self " novalidate ="">
3
+ < div id ="mc_embed_signup_scroll "> < h2 > Subscribe</ h2 >
4
+ < div class ="mc-field-group "> < label for ="mce-EMAIL "> Email Address </ label > < input type ="email " name ="EMAIL " class ="required email " id ="mce-EMAIL " required ="" value =""> </ div >
5
+ < div id ="mce-responses " class ="clear ">
6
+ < div class ="response " id ="mce-error-response " style ="display: none; "> </ div >
7
+ < div class ="response " id ="mce-success-response " style ="display: none; "> </ div >
8
+ </ div >
9
+ < div style ="position: absolute; left: -5000px; " aria-hidden ="true ">
10
+ < input type ="text " name ="b_3b2317bf9350c11e252162541_aaf37783ec " tabindex ="-1 " value ="">
11
+ </ div >
12
+ < div class ="clear ">
13
+ < input type ="submit " name ="subscribe " id ="mc-embedded-subscribe " class ="btn " value ="Subscribe ">
14
+ </ div >
15
+ </ div >
16
+ </ form >
17
+ </ div >
18
+
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ <h2 class="footer-heading">{{ config.title | default(value="Minima") }}</h2>
23
23
{% if config.description %}
24
24
< p > {{ config.description }}</ p >
25
25
{% endif %}
26
+
27
+ {% include "includes/email_signup.html" %}
26
28
</ div >
27
29
28
30
< div class ="footer-col one-half ">
Original file line number Diff line number Diff line change 52
52
{% endblock content %}
53
53
</ main >
54
54
55
- < div id ="mc_embed_signup ">
56
- < form action ="https://hohenheim.us18.list-manage.com/subscribe/post?u=ea530715a8887b4b70c833c76&id=78d9b3b77c&f_id=0059c2e1f0 " method ="post " id ="mc-embedded-subscribe-form " name ="mc-embedded-subscribe-form " class ="validate " target ="_blank ">
57
- < div id ="mc_embed_signup_scroll "> < h2 > Subscribe</ h2 >
58
- < div class ="indicates-required "> < span class ="asterisk "> *</ span > indicates required</ div >
59
- < div class ="mc-field-group "> < label for ="mce-EMAIL "> Email Address < span class ="asterisk "> *</ span > </ label > < input type ="email " name ="EMAIL " class ="required email " id ="mce-EMAIL " required ="" value =""> </ div >
60
- < div id ="mce-responses " class ="clear foot ">
61
- < div class ="response " id ="mce-error-response " style ="display: none; "> </ div >
62
- < div class ="response " id ="mce-success-response " style ="display: none; "> </ div >
63
- </ div >
64
- < div style ="position: absolute; left: -5000px; " aria-hidden ="true ">
65
- /* real people should not fill this in and expect good things - do not remove this or risk form bot signups */
66
- < input type ="text " name ="b_ea530715a8887b4b70c833c76_78d9b3b77c " tabindex ="-1 " value ="">
67
- </ div >
68
- < div class ="optionalParent ">
69
- < div class ="clear foot ">
70
- < input type ="submit " name ="subscribe " id ="mc-embedded-subscribe " class ="button " value ="Subscribe ">
71
- </ div >
72
- </ div >
73
- </ div >
74
- </ form >
75
- </ div >
76
-
77
55
{% include "includes/footer.html" %}
78
56
</ body >
79
57
</ html >
You can’t perform that action at this time.
0 commit comments