From 09412433c8982b769a0c17330bfb1c591902895a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 6 Jan 2023 16:22:42 -0600 Subject: Reverse order of phtml and expand in filters This makes vienna work better with plugins. --- vienna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vienna b/vienna index dba855b..9080571 100755 --- a/vienna +++ b/vienna @@ -272,7 +272,7 @@ meta() { # meta FIELD [FILE] < INPUT filters() { # filters < INPUT ## The filters to run input through. # This is a good candidate for customization in .vienna.sh. - expand | phtml + phtml | expand } ### Site building -- cgit 1.4.1-21-gabe81