1cd0308bb5
- fixing google disagreements on what is needed in a hatom/hentry - adding a bit of invisible contact information in json-ld to see if anything picks it up - fixing border issue in menu css
6 lines
73 B
Bash
Executable file
6 lines
73 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
|
|
python3 nasg.py "$@"
|