Skip to content

Commit 31649a5

Browse files
Copilotckenst
andcommitted
Add resources page with navigation link
Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com>
1 parent b5d0a86 commit 31649a5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

_includes/nav.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ul>
99
<a href="/subscribe" {% if page.url == '/subscribe/' %}class='active'{% endif %}>Newsletter</a> |
1010
<a href="/news" {% if page.url == '/news/' %}class='active'{% endif %}>Blog</a> |
11-
<a href="/about" {% if page.url == '/about/' %}class='active'{% endif %}>About</a>
11+
<a href="/about" {% if page.url == '/about/' %}class='active'{% endif %}>About</a> |
12+
<a href="/resources" {% if page.url == '/resources/' %}class='active'{% endif %}>Resources</a>
1213
</ul>
1314
</div>

resources.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: page
3+
permalink: /resources/
4+
title: Resources - Software Testing Conferences
5+
last_modified_at: 2026-01-02 19:36:00
6+
---
7+
8+
Coming soon. Resources to help you attend and eventually run your own workshop or conferences.

0 commit comments

Comments
 (0)