I use shortcodes on my site to count the number of entries in data files:
{{ .Site.Data.books | len }}
and use them in my Markdown files like this:
This section has {{< count_books >}} books
.
This stopped working in Hugo 0.35 and I can’t figure out how to fix the issue:
Building sites … ERROR 2018/02/03 11:05:14 error processing shortcode "shortcodes/count_books.html" for page "books.md": template: shortcodes/count_books.html:1:22: executing "shortcodes/count_books.html" at <len>: wrong number of args for len: want 1 got 0