Skip to content

Commit e47c90b

Browse files
authored
Merge pull request #9 from theShinigami/ticket-link
feat: add ticket link
2 parents cff511f + 115ec16 commit e47c90b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/_data/site.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"opportunity_grant_application": "",
1818
"slack_link": "",
1919
"sponsorship_prospectus": "",
20-
"ticket_link": "",
20+
"ticket_link": "https://ti.to/defna/djangocon-us-2025",
2121
"photos_link": "",
2222
"youtube_link": "",
2323

src/_includes/home/landing-conf-home.html

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ <h1 class=" font-extrabold text-blue-950 text-5xl/[1.5]">
1616
<a href="{{ site.mailing_list }}" class="button ">Mailing list for updates</a>
1717
<a href="{{ site.social.mastodon }}" class="button">Follow us on Mastodon</a>
1818
<a href="{{ site.cfp_application }}" class="button">Submit a Talk Proposal</a>
19+
<a href="{{ site.ticket_link }}" class="button bg-light-blue">Buy Tickets</a>
1920
</p>
2021

2122
<p class="mt-12 text-lg">

0 commit comments

Comments
 (0)