Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page <title> contains "Example" when building under Hugo 0.112.x #1538

Closed
chalin opened this issue Jun 5, 2023 · 0 comments · Fixed by #1539
Closed

Page <title> contains "Example" when building under Hugo 0.112.x #1538

chalin opened this issue Jun 5, 2023 · 0 comments · Fixed by #1539
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@chalin
Copy link
Collaborator

chalin commented Jun 5, 2023

diff --git a/404.html b/404.html
index e185aa2..0080ec4 100644
--- a/404.html
+++ b/404.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-<meta name="generator" content="Hugo 0.110.0">
+<meta name="generator" content="Hugo 0.112.3">
 <meta name="robots" content="noindex, nofollow">
 
 
@@ -18,7 +18,7 @@
 <link rel="icon" type="image/png" href="/favicons/android-144x144.png" sizes="144x144">
 <link rel="icon" type="image/png" href="/favicons/android-192x192.png" sizes="192x192">
 
-<title>404 Page not found | Docsy</title>
+<title>404 Page not found | Docsy Example</title>
 <meta name="description" content="Docsy does docs">
 <meta property="og:title" content="404 Page not found" />

And it affects the site name (notice "Docsy Example" on the left in the top nav):

image

Related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant