mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-06-11 11:10:58 +02:00
archetypes
build
data
exampleSite
i18n
images
layouts
_default
partials
404.html
robots.txt
source
static
.gitignore
.travis.yml
LICENSE.txt
README.md
package.json
screenshot.png
theme.toml
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.