Merge pull request #24 from bigskysoftware/adam/fix-title

fix title tag to reflect book name
This commit is contained in:
1cg 2023-01-19 11:25:43 -06:00 committed by GitHub
commit 5def11d0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Building Hypermedia Systems</title>
<title>Hypermedia Systems</title>
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=merriweather:400,400i,700,700i|merriweather-sans:400,400i,700,700i" rel="stylesheet" />
<link rel="stylesheet" href="https://the.missing.style/v1.0.8/missing.css">