This commit removes the space after the author names and before the period when using the MLA citation style.
@@ -20,8 +20,8 @@
{{ else }}
<span class="article-metadata li-cite-author">
- {{ partial "page_metadata_authors" . }}
- </span>.
+ {{ partial "page_metadata_authors" . }}.
+ </span>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>.
{{ if .Params.publication_short }}
{{- .Params.publication_short | markdownify -}},
@@ -1,6 +1,6 @@
{{/* Display author list. */}}
-{{ $taxonomy := "authors" }}
+{{- $taxonomy := "authors" }}
{{ with .Param $taxonomy }}
{{ $link_authors := site.Params.link_authors | default true }}
{{ range $index, $value := . }}
@@ -15,4 +15,4 @@
{{- end -}}
</span>
-{{ end }}
+{{- end -}}