diff --git a/.zs/layout.html b/.zs/layout.html index d5741d3..076dd82 100644 --- a/.zs/layout.html +++ b/.zs/layout.html @@ -20,8 +20,6 @@ Demo Source -

zs starter template

-

A zs starter template

{{ content }}
- + {{ scripts }} diff --git a/.zs/scripts b/.zs/scripts new file mode 100755 index 0000000..d0a9dbc --- /dev/null +++ b/.zs/scripts @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ -z "$ZS_PRODUCTION" ]; then + echo '' +fi