-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 02a28a076c28ea436d24ba1ebd52bd3683946be3 Author: Jacob Phillips <[email protected]> Date: Mon Nov 18 12:11:42 2024 -0500 skip draft PRs commit c8b32d2 Author: Jacob Phillips <[email protected]> Date: Mon Nov 18 12:06:28 2024 -0500 workflow fixes commit 6210589 Author: Jacob Phillips <[email protected]> Date: Mon Nov 18 12:01:27 2024 -0500 add empty header and footer to test PR previews
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ | |
}); | ||
</script> | ||
|
||
<header></header> | ||
<main> | ||
<slot /> | ||
</main> | ||
<footer></footer> |