Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 1ec2558c authored by David's avatar David
Browse files

:sparkles: feat: Les Compagnons du DevOps (partenaire)

parent 8828a06c
No related branches found
No related tags found
No related merge requests found
- -
group: "de la 1ère édition" group: "de cette 1ère édition"
elements: elements:
- {name: "Les Compagnons du DevOps", description: "Rejoins les Compagnons du DevOps !", link: "https://www.compagnons-devops.fr/", imageUrl: "CDD_noir_GRIDS.svg"}
- {name: "INSA de Lyon", description: "INSA de Lyon", link: "https://www.insa-lyon.fr/fr/", imageUrl: "INSA_Lyon.svg"} - {name: "INSA de Lyon", description: "INSA de Lyon", link: "https://www.insa-lyon.fr/fr/", imageUrl: "INSA_Lyon.svg"}
\ No newline at end of file
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
</div> </div>
</div> </div>
<p class="post-body">{{ post.content | strip_html | truncate: 350 }} <a <p class="post-body">{{ post.content | strip_html | truncate: 350 }} <a
href="{{ site.baseurl | append: post.url }}">continue reading</a></p> href="{{ site.baseurl | append: post.url }}">continuer à lire</a></p>
</article> </article>
{% endfor %} {% endfor %}
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
{% assign postUrl = site.baseurl | append: post.url %} {% assign postUrl = site.baseurl | append: post.url %}
<div class="post col-md-6 col-sm-6 text-left animated hiding" data-animation="fadeInDown" data-delay="500"> <div class="post col-md-6 col-sm-6 text-left animated hiding" data-animation="fadeInDown" data-delay="500">
<h6>{{ post.title }}</h6> <h6>{{ post.title }}</h6>
<p class="post-body">{{ post.content | strip_html | truncate: 250 }} <a href="{{ postUrl }}">continue reading</a></p> <p class="post-body">{{ post.content | strip_html | truncate: 250 }} <a href="{{ postUrl }}">continuer à lire</a></p>
</div> </div>
{% endfor %} {% endfor %}
</article> </article>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment