Skip to content

Commit d8db13f

Browse files
committed
add trailing slash to conf link
1 parent ada92f6 commit d8db13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/_includes/header.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{%
22
set linkList = [
33
{ "url": "/", "text": "Home" },
4-
{ "url": "/conf", "text": "Jamstack Conf 2022" },
4+
{ "url": "/conf/", "text": "Jamstack Conf 2022" },
55
{ "url": "/glossary/", "text": "Glossary" },
66
{ "url": "/women-of-jamstack/", "text": "Women of Jamstack"},
77
{ "url": "/tv/", "text": "Jamstack TV" },

0 commit comments

Comments
 (0)