diff options
Diffstat (limited to '.env')
-rw-r--r-- | .env | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ TEMPLATE_PAGE= # The HTML index template page TEMPLATE_INDEX= +# The HTML template tags to load +TEMPLATE_TAGS= + # The Atom post template to load TEMPLATE_ATOM_POST= |