File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ permalink: /blog
12
12
display_metadata : False
13
13
---
14
14
15
+ {% assign default = site.posts | where_exp: 'item', 'item.pin != true and item.hidden != true' %}
16
+
15
17
## Contributions
16
18
17
19
> [ Create a blog article on 42AI's site] ( /en/42students#contributing-by-publishing-a-blog-article )
@@ -22,10 +24,10 @@ display_metadata: False
22
24
{% for post in site.posts %}
23
25
{% if post.is_blog_post == true %}
24
26
<a href =" {{ post.url | relative_url }} " class =" row g-0 flex-md-row-reverse " >
25
- <article class =" card-wrapper card " style =" background-image : url (assets/img/banners/blog_card_background_img2.png ); background-dimensions : cover ; margin-top : 15px " >
27
+ <article class =" card-wrapper card " style =" background-image : url (assets/img/banners/blog_card_background_img2.png ); background-dimensions : cover ; margin-top : 15px ; " >
26
28
<div class =" col-md-{{ card_body_col }} " >
27
29
<div class =" card-body d-flex flex-column " >
28
- <h2 class =" card-title my-2 mt-md-0 " >{{ post.title }}</h2 >
30
+ <h3 class =" card-title my-2 mt-md-0 " style = " " >{{ post.title }}</h3 >
29
31
<div class =" card-text content mt-0 mb-3 " >
30
32
<p >{% include post-description.html %}</p >
31
33
</div >
You can’t perform that action at this time.
0 commit comments