File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
{{ /author }}
47
47
48
48
<div class =" post-feed container medium" >
49
- {{ #foreach posts visibility = " all " }}
49
+ {{ #foreach posts }}
50
50
{{> " loop" }}
51
51
{{ /foreach }}
52
52
</div >
Original file line number Diff line number Diff line change 14
14
15
15
<div class =" post-feed expanded container medium" >
16
16
{{ ^unless @member }}
17
- {{ #foreach posts visibility = " all " }}
17
+ {{ #foreach posts }}
18
18
{{> " loop" }}
19
19
{{ /foreach }}
20
20
{{ else }}
21
- {{ #foreach posts visibility = " all " }}
21
+ {{ #foreach posts }}
22
22
{{> " loop" }}
23
23
{{ /foreach }}
24
24
{{ /unless }}
Original file line number Diff line number Diff line change 3
3
<section class =" featured-wrapper container" >
4
4
<h2 class =" featured-title" >Featured articles</h2 >
5
5
<div class =" featured-feed" >
6
- {{ #foreach featured visibility = " all " }}
6
+ {{ #foreach featured }}
7
7
<article class =" {{ post_class }} " >
8
8
{{ #if feature_image }}
9
9
<div class =" u-placeholder horizontal" >
Original file line number Diff line number Diff line change 4
4
<div class =" container small" >
5
5
<h3 class =" related-title" >You might also like...</h3 >
6
6
<div class =" post-feed related-feed" >
7
- {{ #foreach posts visibility = " all " }}
7
+ {{ #foreach posts }}
8
8
{{> " loop" }}
9
9
{{ /foreach }}
10
10
</div >
Original file line number Diff line number Diff line change 21
21
{{ /tag }}
22
22
23
23
<div class =" post-feed container medium" >
24
- {{ #foreach posts visibility = " all " }}
24
+ {{ #foreach posts }}
25
25
{{> " loop" }}
26
26
{{ /foreach }}
27
27
</div >
You can’t perform that action at this time.
0 commit comments