diff --git a/fetch-and-convert.sh b/fetch-and-convert.sh index 9043721..a26a637 100755 --- a/fetch-and-convert.sh +++ b/fetch-and-convert.sh @@ -26,7 +26,10 @@ for kind in "${!KINDS[@]}"; do # Fetch and convert to JSON nak req -k "$kind" -a "$PUBKEY" "$RELAY" | jq -s '.' > "$DATA_DIR/$output.json" - + + # Remove any existing .jsonl file in the same directory + rm -f "$DATA_DIR/$(dirname "$output")"/*.jsonl + echo "Saved to $DATA_DIR/$output.json" done diff --git a/themes/one-pager/assets/css/style.css b/themes/one-pager/assets/css/style.css index 8ef4dad..cae7aea 100644 --- a/themes/one-pager/assets/css/style.css +++ b/themes/one-pager/assets/css/style.css @@ -995,7 +995,6 @@ button { .header-text { text-align: center; - max-width: calc(100vw - 32px); } .profile-about { @@ -1007,7 +1006,6 @@ button { text-align: center; } - .profile-links { justify-content: center; }