From 022e3a21e6f6f3d74745f4e9752251d4fe09d8fd Mon Sep 17 00:00:00 2001 From: ditatompel Date: Wed, 7 Jun 2023 06:29:39 +0700 Subject: [PATCH] chore: Adding horizontal line after content summary for archtypes By adding new horizontal line after content summary, the article feels much more readable. --- archetypes/blog.md | 1 + archetypes/docs.md | 1 + archetypes/tutorials.md | 1 + 3 files changed, 3 insertions(+) diff --git a/archetypes/blog.md b/archetypes/blog.md index 95f228d..be96a25 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -31,5 +31,6 @@ authors: Summary. +--- Content. diff --git a/archetypes/docs.md b/archetypes/docs.md index a4b34ad..9157234 100644 --- a/archetypes/docs.md +++ b/archetypes/docs.md @@ -35,5 +35,6 @@ authors: Summary. +--- Content. diff --git a/archetypes/tutorials.md b/archetypes/tutorials.md index ff40028..75ffc8b 100644 --- a/archetypes/tutorials.md +++ b/archetypes/tutorials.md @@ -34,5 +34,6 @@ authors: Summary. +--- Content.