forked from ruangrupa/lumbung.space
WIP merge of Cristoph, filter, mobile view, menu rework
This commit is contained in:
@ -0,0 +1 @@
|
||||
{{ with .Params.categories }}{{ if eq ( printf "%T" . ) "string" }}{{ . | replaceRE "[.]" "_" | urlize }}{{ else if eq ( printf "%T" . ) "[]string" }}{{ range . }}{{ . | replaceRE "[.]" "_" | urlize }} {{end}}{{end}}{{else}}no-cat{{end}}
|
Reference in New Issue
Block a user