File tree Expand file tree Collapse file tree 3 files changed +11
-29
lines changed Expand file tree Collapse file tree 3 files changed +11
-29
lines changed Original file line number Diff line number Diff line change @@ -140,34 +140,12 @@ a.brand {
140
140
}
141
141
}
142
142
143
- table .post-list {
144
- border-collapse : collapse ;
145
- width : 100% ;
146
- }
147
- table .post-list .post-entry {
148
- font-size : 150% ;
149
- }
150
- table .post-list td {
151
- border : none ;
152
- padding : 10px 0 ;
153
- }
154
- table .post-list .post-year {
155
- font-size : 2em ;
156
- }
157
- table .post-list .post-link a {
143
+ table .post-list a {
158
144
text-decoration : none ;
159
145
}
160
- table .post-list .post-link a :hover {
146
+ table .post-list a :hover {
161
147
text-decoration : underline ;
162
148
}
163
- table .post-list .post-date {
164
- opacity : 0.6 ;
165
- padding-right : 30px ;
166
- text-align : right ;
167
- }
168
- table .post-list .post-year h3 {
169
- margin : 2rem 0 0 0 ;
170
- }
171
149
172
150
.publish-date-author {
173
151
color : $gray ;
Original file line number Diff line number Diff line change 10
10
<section id =" posts" class =" purple" >
11
11
<div class =" w-100 mw-none ph3 mw8-m mw9-l center f3" >
12
12
13
- <table class =" post-list" >
13
+ <table class =" post-list collapse w-100 f2-l f2-m f3-s " >
14
14
{{ #each posts }}
15
- {{ #if show_year }} <tr class =" post-year" ><td ></td ><td class =" year" ><h3 >{{ year }} </h3 ></td ></tr >{{ /if }}
16
- <tr class =" post-entry" >
17
- <td class =" post-date" >{{ month_name month }} {{ day }} </td ><td class =" post-link" ><a href =" {{ url }} " >{{ title }} </a ></td >
15
+ {{ #if show_year }} <tr >
16
+ <td class =" bn" ></td >
17
+ <td class =" bn" ><h3 class =" f0-l f1-m f2-s mt4 mb0" >{{ year }} </h3 ></td >
18
+ </tr >{{ /if }}
19
+ <tr >
20
+ <td class =" tr o-60 pr4 pr5-l bn" >{{ month_name month }} {{ day }} </td >
21
+ <td class =" bn" ><a href =" {{ url }} " >{{ title }} </a ></td >
18
22
</tr >
19
23
{{ /each }}
20
24
</table >
Original file line number Diff line number Diff line change 6
6
<div class =" highlight" ></div >
7
7
</header >
8
8
9
- <div class =" publish-date-author" >{{ month_name post.month }} {{ post.day }} , {{ post.year }} • {{ post.author }} </div >
9
+ <div class =" publish-date-author" >{{ month_name post.month }} {{ post.day }} , {{ post.year }} · {{ post.author }} </div >
10
10
11
11
<div class =" post" >
12
12
{{{ post.contents }}}
You can’t perform that action at this time.
0 commit comments