diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-15 13:27:52 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-15 13:27:52 -0400 |
| commit | fe935e5ac78cf4a4c28caf8e0660338002ff5fef (patch) | |
| tree | cc8ae045ac3c257b96e95e6ed358304c01b98e93 /process-static | |
| parent | ca66d0a3c42b0d7894ac73de79f36e6c50044e64 (diff) | |
drop file extension from generate-feed.py
Diffstat (limited to 'process-static')
| -rwxr-xr-x | process-static | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process-static b/process-static index 7979c854..cf6355e7 100755 --- a/process-static +++ b/process-static @@ -86,7 +86,7 @@ find static-tmp -name '*.html' -exec html-minifier-terser --collapse-whitespace --remove-redundant-attributes --remove-script-type-attributes \ --remove-style-link-type-attributes --sort-attributes --sort-class-name {} -o {} \; -./generate-feed.py +./generate-feed for file in static-tmp/**/*.@(atom|xml); do xmllint --noblanks "$file" --output "$file" |
