forked from canada-ca/canada-ca.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccueil.html
39 lines (29 loc) · 980 Bytes
/
accueil.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: blog_fr
ref: index
lang: fr
---
<div class="home">
<h2 class="">Nouveaux articles</h1>
<div class="wb-eqht">
{% assign posts=site.posts | where:"lang", page.lang %}
<section class="col-md-6">
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}"><h3>{{ post.title }}</h3><img src="./thumbs/{{ post.date | date: "%F" | img_url: '100x100' crop: 'center' }}.png" alt="{{ post.alt }}" class="img-responsive thumbnail"></a>
<p>{{ post.description }} - <small>[{{ post.date | date: "%F" }}]</small> </p>
</section>
{% endfor %}
</div>
<div class="row">
<div class="col-sm-8">
<section class="followus">
<h2>Suivez</h2>
<ul class="list-inline mrgn-tp-lg">
<li>
<a href="https://canada-ca.github.io/flux.xml"><img src="./images/feed-icon-14x14.png" alt="ATOM" class="mrgn-rght-sm">ATOM</a>
</li>
</ul>
</section>
</div>
</div>
</div>
<p>Date de modification : le 27 avril 2018</p>