File tree 4 files changed +25
-46
lines changed
4 files changed +25
-46
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ collections:
65
65
output : true
66
66
news :
67
67
output : true
68
+ contributors :
69
+ output : true
68
70
69
71
pagination :
70
72
enabled : true
Original file line number Diff line number Diff line change 1
1
< div class ="hidden ">
2
- < div class ="contributor-vertical row blog-vertical ">
3
-
4
- {% for post in posts %}
5
- < div class ="vertical-blog-container ">
6
- < div class ="col-md-12 ">
7
- < p class ="blog-date "> {{ post.date | date: '%B %d, %Y' }}</ p >
8
- < h4 >
9
- < a href ="{{ site.baseurl }}{{ post.url }} "> {{ post.title }}</ a >
10
- </ h4 >
11
- < p > {{ post.excerpt | remove: '< p > ' | remove: '</ p > ' | truncate: 500}}</ p >
12
- < img src ="{{ post.image }} " class ="img-fluid ">
13
- </ div >
14
- < a href ="{{ site.baseurl }}{{ post.url }} " class ="btn btn-lg with-right-arrow ">
15
- Read More
16
- </ a >
2
+ < div id ="past-issues ">
3
+ < div class ="container ">
4
+ < div class ="col-md-3 ">
5
+ {% include contributor_side_nav.html %}
17
6
</ div >
18
- {% endfor %}
19
- </ div >
20
- < div class ="contributor-pagination ">
21
- {% include pagination_buttons.html %}
7
+ {% for past_issue in past_issues %}
8
+ < p > working</ p >
9
+ < div class ="main-content-wrapper blog-detail-wrapper ">
10
+ < div class ="main-content blog-detail-content ">
11
+ < div class ="container ">
12
+ < img src ="{{ site.baseurl }}/assets/images/logo-icon.svg " class ="img-fluid author-icon ">
13
+ < article class ="pytorch-article ">
14
+ {{ content }}
15
+ </ article >
16
+ </ div >
17
+ </ div >
18
+ </ div >
19
+ {% endfor %}
20
+ </ div >
22
21
</ div >
23
22
</ div >
24
23
Original file line number Diff line number Diff line change 40
40
41
41
.marketo-left {
42
42
justify-content : center ;
43
- top : 2 rem ;
43
+ top : 1.5 rem ;
44
44
h2 {
45
45
text-transform : uppercase ;
46
46
color : $orange ;
67
67
68
68
.marketo-right {
69
69
justify-content : center ;
70
- top : 2rem ;
71
70
white-space : pre-line ;
72
71
h2 {
73
72
text-transform : uppercase ;
199
198
}
200
199
}
201
200
201
+ .contributor-nav {
202
+ flex-direction : row ;
203
+ }
204
+
202
205
.nav-item {
203
206
padding-top : rem (15px );
204
207
padding-bottom : rem (15px );
Original file line number Diff line number Diff line change @@ -51,25 +51,6 @@ <h2>Sign up for the newsletter</h2>
51
51
</ div >
52
52
</ div >
53
53
</ div >
54
- < < < < < < < HEAD
55
- < div class ="hidden ">
56
- < div class ="row contributor-index blog-index ">
57
- {% for post in posts %}
58
- < div class ="col-md-12 ">
59
- < p class ="blog-date "> {{ post.date | date: '%B %d, %Y' }}</ p >
60
- < h4 >
61
- < a href ="{{ site.baseurl }}{{ post.url }} "> {{ post.title }}</ a >
62
- </ h4 >
63
- < p > {{ post.excerpt | remove: '< p > ' | remove: '</ p > ' | truncate: 500}}</ p >
64
- < img src ="{{ post.image }} " class ="img-fluid ">
65
- </ div >
66
- {% endfor %}
67
- </ div >
68
-
69
- {% include pagination_buttons.html %}
70
- </ div >
71
- =======
72
- > > > > > > > 184ae53d590... WIP contributor
73
54
</ div >
74
55
75
56
< div class ="row col-md-6 marketo-right ">
@@ -84,12 +65,6 @@ <h2>Join the conversation</h2>
84
65
85
66
< script type ="text/javascript ">
86
67
$ ( "#submit" ) . on ( "click" , function ( ) {
87
- < << << << HEAD
88
- $ ( ".hidden" ) . toggle ( ) ;
89
- $ ( ".marketo-left .contributor-row" ) . hide ( ) ;
90
- = === ===
91
-
92
- >>> >>> > 184 ae53d590 ... WIP contributor
93
68
} ) ;
94
69
95
70
$ ( "#past-issues" ) . on ( "click" , function ( ) {
You can’t perform that action at this time.
0 commit comments