From 9671419da7563009c0f758ce6501612e65bb5a3a Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Fri, 13 Jan 2023 08:55:09 +0300 Subject: [PATCH] Mostly fixing the registration links and removing more LJSTHW left overs. --- client/pages/Payment.svelte | 4 +- commands/templates/client/Footer.svelte | 2 +- commands/templates/client/Header.svelte | 2 +- commands/templates/rendered/Footer.svelte | 2 +- commands/templates/rendered/Header.svelte | 2 +- rendered/feed_index.json | 4 +- rendered/pages/about/index.svelte | 2 +- rendered/src/template.html | 2 +- static/admin/index.html | 4 +- static/blockstart.css | 86 +++++++++++++++++------ static/client/index.html | 4 +- 11 files changed, 79 insertions(+), 35 deletions(-) diff --git a/client/pages/Payment.svelte b/client/pages/Payment.svelte index 6152e38..b361b6e 100644 --- a/client/pages/Payment.svelte +++ b/client/pages/Payment.svelte @@ -390,7 +390,7 @@ - + {#if discount > 0} @@ -404,7 +404,7 @@

-

Thank you for purchasing Learn JavaScript the Hard Way. If you have problems with the purchase please email me at payments@learnjsthehardway.com and tell what went wrong.

+

Thank you for purchasing { product.title } If you have problems with the purchase please email me at payments@learnjsthehardway.com and tell what went wrong.

diff --git a/commands/templates/client/Footer.svelte b/commands/templates/client/Footer.svelte index 3ae64c0..4910784 100644 --- a/commands/templates/client/Footer.svelte +++ b/commands/templates/client/Footer.svelte @@ -38,7 +38,7 @@

- Learn JavaScript the Hard Way, a + BIG CO, a complete course in full stack web development.

diff --git a/commands/templates/client/Header.svelte b/commands/templates/client/Header.svelte index d61c8ba..aefca5e 100644 --- a/commands/templates/client/Header.svelte +++ b/commands/templates/client/Header.svelte @@ -28,7 +28,7 @@
{ product.description }{product.currency_symbol}{ product.price }
{ product.title }{product.currency_symbol}{ product.price }
Discount{ discount }