diff --git a/fetch-and-convert.sh b/fetch-and-convert.sh index a26a637..9043721 100755 --- a/fetch-and-convert.sh +++ b/fetch-and-convert.sh @@ -26,10 +26,7 @@ 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 cae7aea..8ef4dad 100644 --- a/themes/one-pager/assets/css/style.css +++ b/themes/one-pager/assets/css/style.css @@ -995,6 +995,7 @@ button { .header-text { text-align: center; + max-width: calc(100vw - 32px); } .profile-about { @@ -1006,6 +1007,7 @@ button { text-align: center; } + .profile-links { justify-content: center; }