-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (33 loc) · 1.11 KB
/
index.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: home
---
<section class="hero">
<div class="container">
<h1 class="site-title">
The Data Journalism Primer
</h1>
<h3>not much to see right now except for the <a href="{{ site.fullindex_path | absolute_url }}">Full Index</a></h3>
<p>
<strong>super awesome description goes here</strong>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Praesentium asperiores illum alias inventore voluptas animi sed est nesciunt aspernatur. Tenetur natus autem dolor laudantium amet quisquam distinctio similique aperiam voluptatem?
</p>
</div>
</section>
<div class="container">
<section class="clusters">
{% for cluster in site.clusters %}
<section class="cluster">
<h1 class="cluster-title title">
<a href="{{cluster.url | absolute_url }} ">{{cluster.title}}</a>
</h1>
<div class="cluster-description description">
{{cluster.description | markdownify}}
</div>
</section>
{% endfor %}
</section>
</div>
<!-- <code>
{{ site.data }}
</code>
-->