From edea2d64810388138a3c518246b88133227dfe20 Mon Sep 17 00:00:00 2001 From: delisma Date: Wed, 20 Jul 2022 20:31:55 -0400 Subject: [PATCH] Create signup-form.html --- _includes/signup-form.html | 82 +++++++++++++++++ _layouts/post.html | 83 +---------------- en/pages/signup.html | 181 ++++++++++++++++++------------------- 3 files changed, 172 insertions(+), 174 deletions(-) create mode 100644 _includes/signup-form.html diff --git a/_includes/signup-form.html b/_includes/signup-form.html new file mode 100644 index 00000000..c55742bb --- /dev/null +++ b/_includes/signup-form.html @@ -0,0 +1,82 @@ + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index f289be02..b2f4db8c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,88 +9,7 @@ {{ content }} - + {% include signup-form.html %}