websites.factorcode: enable .fhtml

db4
Slava Pestov 2010-09-27 21:15:08 -07:00
parent acdcc9ac26
commit 06684f0414
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SYMBOL: users
: <factor-website> ( -- website )
<dispatcher>
"resource:extra/websites/factorcode/" <static> >>default
"resource:extra/websites/factorcode/" <static> enable-fhtml >>default
users get [
[ "/home/" "/www/" surround <static> ] keep add-responder
] each ;