We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34baecd commit 87a9436Copy full SHA for 87a9436
_includes/header.html
@@ -1,3 +1,3 @@
1
<h1 class="max-w-lg mx-auto pt-5 px-8">
2
<img src="/img/2025/common/header-logo.png" alt="DojoCon Japan 2025 Inspire Next." />
3
-</h1>
+</h1>
_layouts/default.html
@@ -13,12 +13,12 @@
13
<div class="bg-white rounded-2xl min-h-full flex-1 flex flex-col">
14
{% include header.html %}
15
16
- <div class="flex-1">
+ <div>
17
{{ content }}
18
</div>
19
20
{% include footer.html %}
21
22
</body>
23
24
-</html>
+</html>
0 commit comments