Update all titles to say it's the bandolier.

main
Zed A. Shaw 1 year ago
parent 7e966ab971
commit 393997765c
  1. 2
      client/pages/Payment.svelte
  2. 4
      commands/templates/rendered/Footer.svelte
  3. 2
      commands/templates/rendered/pages/index.svelte
  4. 20
      rendered/feed_index.json
  5. 2
      rendered/src/template.html
  6. 6
      static/admin/index.html
  7. 4
      static/client/index.html

@ -404,7 +404,7 @@
</invoice-totals>
<br><hr>
<p>Thank you for purchasing <b>Learn JavaScript the Hard Way.</b> If you have problems with the purchase please email me at <a href="mailto:payments@learnjsthehardway.com">payments@learnjsthehardway.com</a> and tell what went wrong.</p>
<p>Thank you for signing up!</p>
</invoice>
</right>
</payment>

@ -39,9 +39,7 @@
<a id="logo" style="color: var(--value9);" href="/blockstart/demos/">LJSTHW</a>
<p>
Learn JavaScript the Hard Way, a
complete course in full stack web
development.
The Bandoler Project, an educational web framework.
</p>
<span><a href="https://twitter.com/lzsthw">follow me @lzsthw</a></span>

@ -133,7 +133,7 @@
<img src="/images/header.svg" />
</figure>
<cover class="pattern-dots-sm">
<h1>Learn JavaScript the Hard Way</h1>
<h1>The Bandolier</h1>
<span id="slogan">Bandolier</span>
<br/>

@ -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"
}
}

@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Learn JavaScript the Hard Way</title>
<title>The Bandolier: A Learn JavaScript the Hard Way Project</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" href="/favicon.png" />

@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="description" content="Learn JavaScript the Hard Way">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Bandoler Admin">
<meta name="description" content="The Bandolier: A Learn JavaScript the Hard Way Project">
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<title>Learn JavaScript the Hard Way</title>
<title>The Bandolier Admin</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>

@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="description" content="Learn JavaScript the Hard Way">
<meta name="description" content="The Bandolier: A Learn JavaScript the Hard Way Project">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
<title>Learn JavaScript the Hard Way</title>
<title>The Bandolier: A Learn JavaScript the Hard Way Project</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>

Loading…
Cancel
Save