WIP merge of Cristoph, filter, mobile view, menu rework
This commit is contained in:
1
themes/lumbung-theme/layouts/partials/data/authors.html
Normal file
1
themes/lumbung-theme/layouts/partials/data/authors.html
Normal file
@ -0,0 +1 @@
|
||||
{{ with .Params.authors }}{{ if eq ( printf "%T" . ) "string" }}{{ . | replaceRE "[.]" "_" | urlize }}{{ else if eq ( printf "%T" . ) "[]string" }}{{ range . }}{{ . | replaceRE "[.]" "_" | urlize }} {{end}}{{end}}{{else}}no-author{{end}}
|
@ -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}}
|
1
themes/lumbung-theme/layouts/partials/data/tags.html
Normal file
1
themes/lumbung-theme/layouts/partials/data/tags.html
Normal file
@ -0,0 +1 @@
|
||||
{{ with .Params.tags }}{{ range . }}{{ . | replaceRE "[.]" "_" | urlize }} {{ end }}{{ else }} tfuntagged{{ end }}
|
Reference in New Issue
Block a user