summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-09-07 21:22:50 +0200
committerJonas Smedegaard <dr@jones.dk>2008-09-07 21:22:50 +0200
commit53aec4690f96417b87896acbc48063d4c925120e (patch)
tree1500cdef9b96d50b601f877466cff02ebb1e7a64
parent13bd432df616ba0bb1d13d854e08da9e958a5d5e (diff)
Switch to bang-prefixed directives.
-rw-r--r--templates/filehost.mdwn2
-rw-r--r--templates/mailhost.mdwn2
-rw-r--r--templates/mailinglisturl.mdwn2
-rw-r--r--templates/supporthost.mdwn2
-rw-r--r--templates/supportmailaddress.mdwn2
-rw-r--r--templates/webmailurl.mdwn2
6 files changed, 6 insertions, 6 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/mailinglisturl.mdwn b/templates/mailinglisturl.mdwn
index c2ed4da..4e33c29 100644
--- a/templates/mailinglisturl.mdwn
+++ b/templates/mailinglisturl.mdwn
@@ -1 +1 @@
-<http://lists.[[template id=domain]]/>
+<http://lists.[[!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/supportmailaddress.mdwn b/templates/supportmailaddress.mdwn
index 1f0b104..8ead448 100644
--- a/templates/supportmailaddress.mdwn
+++ b/templates/supportmailaddress.mdwn
@@ -1 +1 @@
-support@lists.[[template id=domain]]
+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]]/>