Skip to content

Commit 557ae67

Browse files
authored
1 parent 6c214bf commit 557ae67

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

_includes/callout.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div class="main-border w-full">
2+
<div class="main-border-inner p-4">
3+
<p class="text-center">
4+
Our <a class="link" href="https://itch.io/jam/flame-jam-2025">Flame Game Jam 2025</a> is happening on 19-28th of April on itch.io! You do not want to miss it!
5+
</p>
6+
</div>
7+
</div>

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<div class="flex flex-col items-stretch text-white pt-4 md:pt-6 lg:pt-4 space-y-16 md:space-y-24 lg:space-y-32">
77
<div class="hero flex flex-col items-center space-y-8 py-16 md:py-18 lg:py-28">
88

9+
{% include callout.html %}
10+
911
<div class="flame-demo h-28 md:h-40"></div>
1012

1113
<p class="font-bold center font-accent text-center text-3xl md:text-4xl lg:text-6xl">

pages/game-jam.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
permalink: /game-jam
33
redirect_to:
4-
- https://itch.io/jam/flame-jam-3
4+
- https://itch.io/jam/flame-jam-2025
55
---

pages/gamejam.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
permalink: /gamejam
33
redirect_to:
4-
- https://itch.io/jam/flame-jam-3
4+
- https://itch.io/jam/flame-jam-2025
55
---

0 commit comments

Comments
 (0)