loup-brun / hugo-cite

📝 Easily manage your bibliography and in-text citations with Hugo, the popular static-site generator.
https://labs.loupbrun.ca/hugo-cite/
Do What The F*ck You Want To Public License
110 stars 28 forks source link

singular/plural editor marker (Eds.) vs. (Ed.) #42

Open HughP opened 3 years ago

HughP commented 3 years ago

Greetings,

in the Chapter type there is the following lines: https://github.com/loup-brun/hugo-cite/blob/bd36e7fd21da237aee07489f7886654e670588a0/layouts/partials/bibliography/apa-style.html#L185

  {{- if .editor -}}
   {{- template "editorPart" . }} (Eds.), 
  {{- end -}}

APA 6th calls fro (Eds.) to only be used when editor count is more than one, else (Ed.) is used.