{% if showAuthor and context.currentPost.authorName %}{% if showAvatar and context.currentPost.authorAvatarUrl %}{{ context.currentPost.authorName }}{% endif %}{{ context.currentPost.authorName }}{% endif %}{% if showDate and context.currentPost.publishedAt %}{% endif %}{% if showReadingTime and context.currentPost.readingTimeMinutes %}{{ context.currentPost.readingTimeMinutes }} min read{% endif %}