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 6a8e099 commit 135e5b3Copy full SHA for 135e5b3
1 file changed
layouts/_partials/main/blog-meta.html
@@ -1,4 +1,4 @@
1
-{{ $last := sub (len .Params.contributors) 1 -}}
+{{ $last := sub (len (.Params.contributors | slice)) 1 -}}
2
<p>
3
<small>
4
{{- time.Format (default ":date_long" .Site.Params.dateFormat) .PublishDate -}}
0 commit comments