Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Jan 17, 2025
1 parent fdef545 commit abeae23
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
16 changes: 15 additions & 1 deletion send/check.py
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
input("Have we set the email preview text?")
'''
We keep forgetting these, so now we’ll check before every issue is sent.
'''

import sys


def check(text: str):
if not input(text):
sys.exit()


check("Have we set the header links?")
check("Have we set the email preview text?")
check("Have we cc-d?")
22 changes: 11 additions & 11 deletions site/src/data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@
},
"issues/02.md": {
"path": "issues/02.md",
"last_deploy": "2024-12-16 18:30:49 +0000",
"slocs": 103,
"chars": 3334,
"last_deploy": "2025-01-17 12:02:24 +0000",
"slocs": 102,
"chars": 3337,
"isIndex": false,
"flags": [
"live"
Expand All @@ -268,9 +268,9 @@
},
"issues/03.md": {
"path": "issues/03.md",
"last_deploy": "2024-12-16 18:30:49 +0000",
"slocs": 107,
"chars": 3387,
"last_deploy": "2025-01-17 12:02:28 +0000",
"slocs": 106,
"chars": 3390,
"isIndex": false,
"flags": [
"live"
Expand Down Expand Up @@ -541,9 +541,9 @@
},
"issues/14.md": {
"path": "issues/14.md",
"last_deploy": "2024-12-17 15:27:38 +0000",
"last_deploy": "2025-01-17 12:02:36 +0000",
"slocs": 149,
"chars": 3987,
"chars": 3989,
"isIndex": false,
"flags": [
"live"
Expand All @@ -565,9 +565,9 @@
},
"issues/15.md": {
"path": "issues/15.md",
"last_deploy": "2025-01-17 11:21:42 +0000",
"slocs": 111,
"chars": 2968,
"last_deploy": "2025-01-17 12:16:32 +0000",
"slocs": 133,
"chars": 3329,
"isIndex": false,
"flags": [
"live"
Expand Down
2 changes: 2 additions & 0 deletions site/src/parts/core/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ let { ctx, title, desc, children }: Props = $props();
{/if}

{@render children?.()}

<hr style:display="none">
</div>
</header>

Expand Down

0 comments on commit abeae23

Please sign in to comment.