about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-01-06 16:22:42 -0600
committerCase Duckworth2023-01-06 16:22:42 -0600
commit09412433c8982b769a0c17330bfb1c591902895a (patch)
tree8dbcdd55a2ddfffe9dd6f9a02648f536ff008836
parentAdd plugins (diff)
downloadvienna-09412433c8982b769a0c17330bfb1c591902895a.tar.gz
vienna-09412433c8982b769a0c17330bfb1c591902895a.zip
Reverse order of phtml and expand in filters
This makes vienna work better with plugins.
-rwxr-xr-xvienna2
1 files changed, 1 insertions, 1 deletions
diff --git a/vienna b/vienna index dba855b..9080571 100755 --- a/vienna +++ b/vienna
@@ -272,7 +272,7 @@ meta() { # meta FIELD [FILE] < INPUT
272filters() { # filters < INPUT 272filters() { # filters < INPUT
273 ## The filters to run input through. 273 ## The filters to run input through.
274 # This is a good candidate for customization in .vienna.sh. 274 # This is a good candidate for customization in .vienna.sh.
275 expand | phtml 275 phtml | expand
276} 276}
277 277
278### Site building 278### Site building