mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-03-01 12:48:47 +01:00
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.