summaryrefslogtreecommitdiff
path: root/index.html.st
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.st')
-rw-r--r--index.html.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html.st b/index.html.st
index a390332..176b0ce 100644
--- a/index.html.st
+++ b/index.html.st
@@ -1,5 +1,5 @@
-$( {
- title="Welcome"
- content="Hello, World."
+$(
+ export title="Welcome"
+ export content="Hello, World."
shelter.sh main.st
-} )
+)