We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06894bf commit e181f97Copy full SHA for e181f97
1 file changed
_layouts/dataset.html
@@ -2,18 +2,18 @@
2
layout: default
3
---
4
<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">
+ <div class="post">
+ <header class="post-header">
+ <h1 class="post-title">{{ page.title }}</h1>
+ </header>
+ <div class="dataset-download">
+ <a href="{{ page.link }}">See Data >></a>
+ </div>
+ <article class="post-content">
13
14
- {{ content }}
+ {{ content }}
15
16
- </article>
+ </article>
17
18
19
</div>
-</div>
0 commit comments