diff options
| -rw-r--r-- | dev.buetow.org/content/home.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev.buetow.org/content/home.xml b/dev.buetow.org/content/home.xml index f1761ab..2ce05e5 100644 --- a/dev.buetow.org/content/home.xml +++ b/dev.buetow.org/content/home.xml @@ -38,6 +38,7 @@ for my $found (@found) { + next if $found =~ /\.foo$/; $found =~ /.*hosts.(.*?).$tag/; my $host = $1; |
