+
-
+
-
+
+
- {frontmatter.title}
+{frontmatter.description}
++ {t.post.publishedOn}: {frontmatter.pubDate.toLocaleDateString()} +
+{t.post.writtenBy}: {frontmatter.author}
-
- {
- frontmatter.tags.map((tag: string) => (
-
+
+ - {tag} -
- )) - } +
+ {
+ frontmatter.tags.map((tag: string) => (
+
+ {tag} +
+ )) + } +
+
+
-