wip: make theme workable with hugoBasicExample site
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{ $categories:= ""}}
|
||||
{{ if .categories }}
|
||||
{{ $categories = delimit .categories "," }}
|
||||
{{ end }}
|
||||
{{ return $categories }}
|
||||
Reference in New Issue
Block a user