|
@@ -6,9 +6,7 @@ |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="column sixteen wide"> |
|
|
<div class="column sixteen wide"> |
|
|
<p> |
|
|
<p> |
|
|
{{ range $index, $item := .Path }} |
|
|
|
|
|
<a href='{{$.Link}}/?parentDir={{if gt $index 0}}{{DatasetPathJoin $.Path $index "/"}}{{else}}{{end}}'>{{ $item }}</a><span class="directory-seperator">/</span> |
|
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
{{ range $index, $item := .Path }}<a href='{{$.Link}}/?parentDir={{if gt $index 0}}{{DatasetPathJoin $.Path $index "/"}}{{else}}{{end}}'>{{ $item }}</a><span class="directory-seperator">/</span>{{ end }} |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|