-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 812 Bytes
/
index.html
File metadata and controls
26 lines (25 loc) · 812 Bytes
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
---
layout: default
title: GobGob Technology
---
<article class="desktop-only">
<div class="carousel content">
<div><a href="/coupes/2016"><img src="/coupes/2016/TheBeachBots.png" alt=""></a></div>
<div><a href="/coupes/2015"><img src="/coupes/2015/RoboMovies.png" alt=""></a></div>
<div><a href="/coupes/2014"><img src="/coupes/2014/prehistobot.png" alt=""></a></div>
</div>
</article>
{% for post in paginator.posts %}
<article>
<div class="content">
<header><a href="{{ post.url }}"><h2>{{ post.title }}</h2></a></header>
<section>
{{ post.content | more: "going" }}
</section>
<footer>
{{ post.date | date_to_long_string }}
{% comment %} If category or tag , a paragraphe can be insert here {% endcomment %}
</footer>
</div>
</article>
{% endfor %}