Skip to content

Commit 87a9436

Browse files
committed
fix: final new line
1 parent 34baecd commit 87a9436

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<h1 class="max-w-lg mx-auto pt-5 px-8">
22
<img src="/img/2025/common/header-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
3-
</h1>
3+
</h1>

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<div class="bg-white rounded-2xl min-h-full flex-1 flex flex-col">
1414
{% include header.html %}
1515

16-
<div class="flex-1">
16+
<div>
1717
{{ content }}
1818
</div>
1919

2020
{% include footer.html %}
2121
</div>
2222
</body>
2323

24-
</html>
24+
</html>

0 commit comments

Comments
 (0)