We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739b3fe commit f154a61Copy full SHA for f154a61
_includes/team.html
@@ -0,0 +1,3 @@
1
+<div class="strike">
2
+ <span class="blue-grey-text darken-4"><h4>Equipe GDG</h4></span>
3
+</div>
index.html
@@ -17,21 +17,5 @@
17
</div>
18
19
</section>
20
-
21
- <!-- <div class="row">
22
- {% for post in site.posts %}
23
- <div class="col s4">
24
- <div class="card blue-grey darken-1">
25
- <div class="card-content white-text">
26
- <span class="card-title yellow-text">{{ post.title }}</span>
27
- <p>{{ post.description }}</p>
28
- </div>
29
- <div class="card-action">
30
- <a href="#">Compartilhar no Twitter</a>
31
- <a href="#">Inscrições</a>
32
33
34
35
- {% endfor %}
36
- </div> -->
+ {% include team.html %}
37
0 commit comments