|
@@ -7,27 +7,27 @@
|
|
</a>
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ with $.Params.url_pdf }}
|
|
{{ with $.Params.url_pdf }}
|
|
-<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}">
|
|
|
|
|
|
+<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}" target="_blank">
|
|
{{ i18n "btn_pdf" }}
|
|
{{ i18n "btn_pdf" }}
|
|
</a>
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ with $.Params.url_slides }}
|
|
{{ with $.Params.url_slides }}
|
|
-<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}">
|
|
|
|
|
|
+<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}" target="_blank">
|
|
{{ i18n "btn_slides" }}
|
|
{{ i18n "btn_slides" }}
|
|
</a>
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ with $.Params.url_video }}
|
|
{{ with $.Params.url_video }}
|
|
-<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}">
|
|
|
|
|
|
+<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}" target="_blank">
|
|
{{ i18n "btn_video" }}
|
|
{{ i18n "btn_video" }}
|
|
</a>
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ with $.Params.url_code }}
|
|
{{ with $.Params.url_code }}
|
|
-<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}">
|
|
|
|
|
|
+<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}" target="_blank">
|
|
{{ i18n "btn_code" }}
|
|
{{ i18n "btn_code" }}
|
|
</a>
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ with $.Params.url_dataset }}
|
|
{{ with $.Params.url_dataset }}
|
|
-<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}">
|
|
|
|
|
|
+<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}" target="_blank">
|
|
{{ i18n "btn_dataset" }}
|
|
{{ i18n "btn_dataset" }}
|
|
</a>
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|
|
@@ -37,7 +37,7 @@
|
|
</a>
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ range $.Params.url_custom }}
|
|
{{ range $.Params.url_custom }}
|
|
-<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ .url | absURL }}">
|
|
|
|
|
|
+<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ .url | absURL }}" target="_blank">
|
|
{{ .name }}
|
|
{{ .name }}
|
|
</a>
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|