From 010e83db1491b53de978cf9d4a96e7c3d0fcf476 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:46:36 +0200 Subject: [PATCH] update edit on github thing --- src/templates/default.jsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/templates/default.jsx b/src/templates/default.jsx index 392f85a..cbbdebc 100644 --- a/src/templates/default.jsx +++ b/src/templates/default.jsx @@ -70,26 +70,26 @@ export default function PageTemplate({ data: { markdownRemark, allMarkdownRemark {renderAst(markdownRemark.htmlAst)} +
+
+
+

Edit on GitHub

+
If you see a mistake here, you can open a pull request
+
+
+
+ Edit +
+
{filtered.length > 0 && <>
Children
{filtered}
} -
-
-
-

Edit on GitHub

-
If you see a mistake here, you can open a pull request
-
-
-
- Edit -
-
) }