Skip to content

Commit e181f97

Browse files
author
Bosco So
committed
fixed link source; using consistent "See Data >>" label
1 parent 06894bf commit e181f97

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

_layouts/dataset.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
layout: default
33
---
44
<div class="wrapper">
5-
<div class="post">
6-
<header class="post-header">
7-
<h1 class="post-title">{{ page.title }}</h1>
8-
</header>
9-
<div class="dataset-download">
10-
<a href="{{dataset.link}}">Download Dataset</a>
11-
</div>
12-
<article class="post-content">
5+
<div class="post">
6+
<header class="post-header">
7+
<h1 class="post-title">{{ page.title }}</h1>
8+
</header>
9+
<div class="dataset-download">
10+
<a href="{{ page.link }}">See Data &gt;&gt;</a>
11+
</div>
12+
<article class="post-content">
1313

14-
{{ content }}
14+
{{ content }}
1515

16-
</article>
16+
</article>
1717

18+
</div>
1819
</div>
19-
</div>

0 commit comments

Comments
 (0)