{{ if author }} {{ set page = search.page(`type=author author="${author}"`) }} {{ if page }}

{{ i18n.post.by }} {{ author }}

{{ else }}

{{ i18n.post.by }} {{ author }}

{{ /if }} {{ /if }}

{{ it.readingInfo.minutes }} {{ i18n.post.reading_time }}

{{ if tags?.length }}

🏷️ {{ for tag of tags }} {{ set page = search.page(`type=tag tag="${tag}"`) }} {{ if page }} {{ tag }} {{ /if }} {{ /for }}

{{ /if }}