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 ada92f6 commit 7ddeae0Copy full SHA for 7ddeae0
src/site/_includes/header.njk
@@ -1,7 +1,7 @@
1
{%
2
set linkList = [
3
{ "url": "/", "text": "Home" },
4
- { "url": "/conf", "text": "Jamstack Conf 2022" },
+ { "url": "/conf/", "text": "Jamstack Conf 2022" },
5
{ "url": "/glossary/", "text": "Glossary" },
6
{ "url": "/women-of-jamstack/", "text": "Women of Jamstack"},
7
{ "url": "/tv/", "text": "Jamstack TV" },
src/site/index.njk
@@ -43,7 +43,7 @@ layout: layouts/base.njk
43
Join 20,000+ web developers for two days dedicated to building modern web projects.
44
</p>
45
<p class="mb-5">
46
- <a href="https://jamstackconf.com" class="cta">Attend Jamstack Conf</a>
+ <a href="/conf/" class="cta">Attend Jamstack Conf</a>
47
48
</div>
49
</section>
0 commit comments