File tree 4 files changed +15
-17
lines changed
4 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 10
10
margin : 15px 0 ;
11
11
}
12
12
13
- pre > code {
13
+ pre > code {
14
14
// To avoid grey background on code blocks.
15
15
background-color : inherit ;
16
16
}
@@ -99,7 +99,7 @@ h6:hover .anchor {
99
99
margin-bottom : 0 ;
100
100
}
101
101
102
- a .btn {
102
+ .btn {
103
103
text-decoration : none ;
104
104
border-radius : 3px ;
105
105
font-weight : 600 ;
@@ -120,10 +120,10 @@ a.btn {
120
120
121
121
// A hack for image captions.
122
122
// See https://stackoverflow.com/questions/19331362/using-an-image-caption-in-markdown-jekyll
123
- img + em ,
124
- a :first-child + em :last-child ,
125
- video + em {
123
+ img + em ,
124
+ a :first-child + em :last-child ,
125
+ video + em {
126
126
display : block ;
127
127
text-align : center ;
128
128
color : $grey-color ;
129
- }
129
+ }
Original file line number Diff line number Diff line change 1
1
< div id ="mc_embed_signup ">
2
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 ="">
3
+ < div id ="mc_embed_signup_scroll ">
4
+ < div class ="mc-field-group ">
5
+ < label for ="mce-EMAIL "> Email Address </ label >
6
+ < input type ="email " name ="EMAIL " class ="required email " id ="mce-EMAIL " required ="" value ="">
11
7
</ div >
12
8
< div class ="clear ">
13
9
< input type ="submit " name ="subscribe " id ="mc-embedded-subscribe " class ="btn " value ="Subscribe ">
14
10
</ div >
11
+ < div style ="position: absolute; left: -5000px; " aria-hidden ="true ">
12
+ < input type ="text " name ="b_3b2317bf9350c11e252162541_aaf37783ec " tabindex ="-1 " value ="">
13
+ </ div >
15
14
</ div >
16
15
</ form >
17
16
</ div >
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ <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" %}
28
26
</ div >
29
27
30
28
< div class ="footer-col one-half ">
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ <h2 class="post-list-heading">{{ section.title | default(value="Latest Blog Post
39
39
< a class ="btn " id ="all-blog-posts " href ="{{ get_url(path='blog/') }} "> All Blog Posts</ a >
40
40
< a href ="{{ get_url(path='rss.xml') }} ">
41
41
< svg class ="svg-icon orange "> < use xlink:href ="{{ get_url(path='minima-social-icons.svg#rss') }} "> </ use > </ svg > < span > Subscribe</ span >
42
- </ a >
42
+ </ a >
43
+ {% include "includes/email_signup.html" %}
43
44
</ p >
44
45
</ div >
You can’t perform that action at this time.
0 commit comments