Skip to content

Commit 24755b8

Browse files
committed
fix <h4></h2> Error
1 parent 9489e1b commit 24755b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/hardware.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div class="jumbotron">
1010
<h1 class='title'>{{Title}}</h1>
11-
<h4 class='title'>{{Tagline}}</h2>
11+
<h4 class='title'>{{Tagline}}</h4>
1212
</div>
1313
<div class="container">
1414
<div class="row">

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div class="jumbotron">
1010
<h1 class='title'>{{Title}}</h1>
11-
<h4 class='title'>{{Tagline}}</h2>
11+
<h4 class='title'>{{Tagline}}</h4>
1212
</div>
1313
<div class="container">
1414
<div class="row">

templates/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div class="jumbotron">
1010
<h1 class='title'>{{Title}}</h1>
11-
<h4 class='title'>{{Tagline}}</h2>
11+
<h4 class='title'>{{Tagline}}</h4>
1212
</div>
1313
<div class="container">
1414
<div class="row">

0 commit comments

Comments
 (0)