Skip to content

Commit

Permalink
Use page.title, not title, in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto56 committed Dec 14, 2024
1 parent 6a569f4 commit 3fddf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>{{ title }}</title>
<title>{{ page.title }}</title>
</head>
<body>
<h1>{{ title }}</h1>
Expand Down

0 comments on commit 3fddf9e

Please sign in to comment.