Skip to content

Commit 0d882e4

Browse files
author
tinyfpga
authored
Update default.html
1 parent 4b7d5b8 commit 0d882e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
1111

12-
<title>{{ title }}</title>
12+
<title>{{ page.title }}</title>
1313
</head>
1414

1515
<body>
1616

1717
<!-- HEADER -->
1818
<div id="header_wrap" class="outer">
1919
<header class="inner">
20-
<h1 id="project_title">{{ title }}</h1>
20+
<h1 id="project_title">{{ page.title }}</h1>
2121
</header>
2222
</div>
2323

0 commit comments

Comments
 (0)