2023-07-19 01:47:50 +00:00
|
|
|
<p class='byline'>
|
|
|
|
Publicado por {{ .Params.author }}
|
|
|
|
//
|
|
|
|
{{ if .Params.categories }}
|
2023-07-19 11:33:45 +00:00
|
|
|
{{ range $index, $category := .GetTerms "categories" }}
|
|
|
|
<a href="{{ $category.Permalink }}">{{ $category.Title }}</a>{{ if ne (add $index 1) (len $.Params.categories) }}, {{ end }}
|
2023-07-19 01:47:50 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ else }}
|
|
|
|
Sem categoria
|
|
|
|
{{ end }}
|
|
|
|
//
|
|
|
|
<a href="{{ .Permalink }}">{{ time.Format "02 de January, 2006" .Date }}</a>
|
|
|
|
</p>
|