Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/_includes/header.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%
set linkList = [
{ "url": "/", "text": "Home" },
{ "url": "/conf", "text": "Jamstack Conf 2022" },
{ "url": "/conf/", "text": "Jamstack Conf 2022" },
{ "url": "/glossary/", "text": "Glossary" },
{ "url": "/women-of-jamstack/", "text": "Women of Jamstack"},
{ "url": "/tv/", "text": "Jamstack TV" },
Expand Down
2 changes: 1 addition & 1 deletion src/site/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ layout: layouts/base.njk
Join 20,000+ web developers for two days dedicated to building modern web projects.
</p>
<p class="mb-5">
<a href="https://jamstackconf.com" class="cta">Attend Jamstack Conf</a>
<a href="/conf/" class="cta">Attend Jamstack Conf</a>
</p>
</div>
</section>
Expand Down