diff options
| -rw-r--r-- | newreality.sup.land | 2 | ||||
| -rw-r--r-- | tree.sup.land | 2 | ||||
| -rw-r--r-- | tree/templates/index.liquid | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/newreality.sup.land b/newreality.sup.land index 0368382..fd90a1c 100644 --- a/newreality.sup.land +++ b/newreality.sup.land @@ -5,7 +5,7 @@ upstream newreality_cms { server { listen 8070; - server_name newreality.sup.land newreality.co; + server_name newreality.sup.land newreality.co www.newreality.co; client_max_body_size 50M; location / { diff --git a/tree.sup.land b/tree.sup.land index a4cc502..55ba726 100644 --- a/tree.sup.land +++ b/tree.sup.land @@ -5,7 +5,7 @@ upstream tree_cms { server { listen 8070; - server_name tree.sup.land treeofficial.com; + server_name tree.sup.land treeofficial.com www.treeofficial.com; client_max_body_size 50M; location / { diff --git a/tree/templates/index.liquid b/tree/templates/index.liquid index 765a9d5..897c1f0 100644 --- a/tree/templates/index.liquid +++ b/tree/templates/index.liquid @@ -55,6 +55,12 @@ </p> {% endfor %} +<h2>Contact</h2> + +<p> +For more information, please email <u>info@newreality.co</u> +</p> + <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script defer async src="https://www.youtube.com/iframe_api"></script> |
