diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-09-07 21:22:03 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-09-07 21:22:03 +0200 |
commit | baf82ac4fd317a7c7f1f4d38c405459eaf4ba5e3 (patch) | |
tree | 1667ffd2fe96273a71d64d3a4a1e5341da7c1a2b /templates | |
parent | 8646990c01ff2801daf0f0aa61b646c4baf81852 (diff) |
Switch to bang-prefixed directives.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/filehost.mdwn | 2 | ||||
-rw-r--r-- | templates/mailhost.mdwn | 2 | ||||
-rw-r--r-- | templates/supporthost.mdwn | 2 | ||||
-rw-r--r-- | templates/supportlisturl.mdwn | 2 | ||||
-rw-r--r-- | templates/webmailurl.mdwn | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/filehost.mdwn b/templates/filehost.mdwn index f285205..328bd3b 100644 --- a/templates/filehost.mdwn +++ b/templates/filehost.mdwn @@ -1 +1 @@ -files.[[template id=domain]] +files.[[!template id=domain]] diff --git a/templates/mailhost.mdwn b/templates/mailhost.mdwn index edd0c6b..acda881 100644 --- a/templates/mailhost.mdwn +++ b/templates/mailhost.mdwn @@ -1 +1 @@ -mail.[[template id=domain]] +mail.[[!template id=domain]] diff --git a/templates/supporthost.mdwn b/templates/supporthost.mdwn index 14cb578..d4fec5b 100644 --- a/templates/supporthost.mdwn +++ b/templates/supporthost.mdwn @@ -1 +1 @@ -support.[[template id=domain]] +support.[[!template id=domain]] diff --git a/templates/supportlisturl.mdwn b/templates/supportlisturl.mdwn index ac37efc..d60ba37 100644 --- a/templates/supportlisturl.mdwn +++ b/templates/supportlisturl.mdwn @@ -1 +1 @@ -<mailto:support@lists.[[template id=domain]]> +<mailto:support@lists.[[!template id=domain]]> diff --git a/templates/webmailurl.mdwn b/templates/webmailurl.mdwn index 5bbed39..29c5e39 100644 --- a/templates/webmailurl.mdwn +++ b/templates/webmailurl.mdwn @@ -1 +1 @@ -<https://[[template id=mailhost]]/> +<https://[[!template id=mailhost]]/> |