From 393997765cb3436be70bfa47c7d856c6f5689e56 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 12 Jan 2023 11:39:40 +0700 Subject: [PATCH] Update all titles to say it's the bandolier. --- client/pages/Payment.svelte | 2 +- commands/templates/rendered/Footer.svelte | 4 +--- .../templates/rendered/pages/index.svelte | 2 +- rendered/feed_index.json | 20 +++++++++---------- rendered/src/template.html | 2 +- static/admin/index.html | 6 +++--- static/client/index.html | 4 ++-- 7 files changed, 19 insertions(+), 21 deletions(-) diff --git a/client/pages/Payment.svelte b/client/pages/Payment.svelte index 6152e38..c344035 100644 --- a/client/pages/Payment.svelte +++ b/client/pages/Payment.svelte @@ -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 signing up!

diff --git a/commands/templates/rendered/Footer.svelte b/commands/templates/rendered/Footer.svelte index aa1b47a..361ab16 100644 --- a/commands/templates/rendered/Footer.svelte +++ b/commands/templates/rendered/Footer.svelte @@ -39,9 +39,7 @@

- Learn JavaScript the Hard Way, a - complete course in full stack web - development. + The Bandoler Project, an educational web framework.

follow me @lzsthw diff --git a/commands/templates/rendered/pages/index.svelte b/commands/templates/rendered/pages/index.svelte index f97996d..f328d86 100644 --- a/commands/templates/rendered/pages/index.svelte +++ b/commands/templates/rendered/pages/index.svelte @@ -133,7 +133,7 @@ -

Learn JavaScript the Hard Way

+

The Bandolier

Bandolier
diff --git a/rendered/feed_index.json b/rendered/feed_index.json index 4c7ebd0..8f9bbef 100644 --- a/rendered/feed_index.json +++ b/rendered/feed_index.json @@ -1,21 +1,21 @@ { - "title": "Learn JavaScript the Blog Way", - "description": "Recent updates about the `Learn JavaScript the Hard Way` project.", - "id": "https://learnjsthehardway.com/", - "link": "https://learnjsthehardway.com/", + "title": "The Bandolier Block", + "description": "Recent updates about the `The Bandolier` project.", + "id": "https://bandolier.learnjsthehardway.com/", + "link": "https://bandolier.learnjsthehardway.com/", "language": "en", - "image": "https://learnjsthehardway.com/favicon-32x32.png", - "favicon": "https://learnjsthehardway.com/favicon.ico", + "image": "https://bandolier.learnjsthehardway.com/favicon-32x32.png", + "favicon": "https://bandolier.learnjsthehardway.com/favicon.ico", "copyright": "All rights reserved 2020, Zed A. Shaw.", "generator": "ljsthw", "feedLinks": { - "json": "https://learnjsthehardway.com/feed.json", - "atom": "https://learnjsthehardway.com/feed.atom", - "rss": "https://learnjsthehardway.com/feed.rss" + "json": "https://bandolier.learnjsthehardway.com/feed.json", + "atom": "https://bandolier.learnjsthehardway.com/feed.atom", + "rss": "https://bandolier.learnjsthehardway.com/feed.rss" }, "author": { "name": "Zed A. Shaw", "email": "help@learnjsthehardway.com", - "link": "https://learnjsthehardway.com/about" + "link": "https://bandolier.learnjsthehardway.com/about" } } diff --git a/rendered/src/template.html b/rendered/src/template.html index b75c2f3..9d7ebe2 100644 --- a/rendered/src/template.html +++ b/rendered/src/template.html @@ -1,7 +1,7 @@ - Learn JavaScript the Hard Way + The Bandolier: A Learn JavaScript the Hard Way Project diff --git a/static/admin/index.html b/static/admin/index.html index 15935a9..c65eaa7 100644 --- a/static/admin/index.html +++ b/static/admin/index.html @@ -2,11 +2,11 @@ - - + + - Learn JavaScript the Hard Way + The Bandolier Admin diff --git a/static/client/index.html b/static/client/index.html index f8582a3..658a591 100644 --- a/static/client/index.html +++ b/static/client/index.html @@ -2,11 +2,11 @@ - + - Learn JavaScript the Hard Way + The Bandolier: A Learn JavaScript the Hard Way Project