We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff6032 commit 8dba241Copy full SHA for 8dba241
layouts/bibliography/list.html
@@ -76,7 +76,12 @@
76
{{ $authors }}<br>
77
{{- end -}}
78
79
- <a href="{{ .RelPermalink }}">Read more</a>
+
80
+ {{- $zotero_url := .Params.zotero_url -}}
81
82
+ {{- if $zotero_url -}}
83
+ <a href="{{ $zotero_url }}">Read More</a>
84
+ {{- end -}}
85
<br><br>
86
</li>
87
{{ end }}
scripts/bibSplit.pl
@@ -57,8 +57,12 @@ BEGIN
57
abstract_short:
58
tags:
59
url_source:
60
+zotero_url: "https://www.zotero.org/groups/2914042/items/$key"
61
---
62
63
64
+[Read More]({{< param "zotero_url" >}})
65
66
{{< bibItem key="$key" >}}
67
ENDITEM
68
close $handle || die "$0: close of file $itemmd failed: $!";
scripts/update_bibliography.sh
100644
100755
0 commit comments