mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-02-04 17:32:50 +01:00
Alan Orth
6945b0de20
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.