aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/page-meta.html
blob: c2a15c6305d7cf04c30256900a3540d3c30decb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{- if eq .Type "posts" -}} 
	{{ partial "page-date.html" . -}}
	{{- with .Params.categories }} in {{ partial "page-categories.html" . }}{{ end }}
	{{- with .Params.tags }} {{ partial "page-tags.html" . }}{{ end }}
{{- end -}}

{{- if eq .Type "projects" -}} 
	{{ partial "page-date.html" . -}}
	{{- with .Params.categories }} in {{ partial "page-categories.html" . }}{{ end }}
	{{- with .Params.tags }} {{ partial "page-tags.html" . }}{{ end }}
{{- end -}}