mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-01-19 14:53:22 +01:00
Alan Orth
2dd72d7ec1
Use delimit function over a union of Categories and Tags. This is much easier to read, results in correct delimiting with no trailing comma, and works even if one of the slices is nil.