Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4cb32f9

Browse files
authoredSep 30, 2024··
add tests and fix PR
1 parent 865f6f9 commit 4cb32f9

File tree

3 files changed

+3
-52
lines changed

3 files changed

+3
-52
lines changed
 

‎_includes/club.html renamed to ‎book-club.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
3-
title: "Club Page"
4-
description: "This is the club page."
3+
title: "Book Club Page"
4+
description: "This is the book club page"
55
---
66

77
<section class="book-club">

‎club.html

Lines changed: 0 additions & 50 deletions
This file was deleted.

‎tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def url_port() -> tuple[str, int]:
1818
"events",
1919
"community",
2020
"leadership",
21+
"book-club",
2122
]
2223

2324

0 commit comments

Comments
 (0)
Please sign in to comment.