summaryrefslogtreecommitdiffstats
path: root/themes/rusted/templates/_subscribe-form.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/rusted/templates/_subscribe-form.html')
-rw-r--r--themes/rusted/templates/_subscribe-form.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/themes/rusted/templates/_subscribe-form.html b/themes/rusted/templates/_subscribe-form.html
deleted file mode 100644
index 9177ada..0000000
--- a/themes/rusted/templates/_subscribe-form.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<div class="row">
- <div class="col-md-1"></div>
- <div class="col-md-10">
- <div class="input-group input-group-lg">
- <input type="email" class="form-control" placeholder="Enter your email" />
- <span class="input-group-btn">
- <input type="commit" class="btn btn-default btn-primary" value="Subscribe!" />
- </span>
- </div>
- <span class="help-block small text-muted">Receive a weekly newsletter, every Monday. Easy to unsubscribe and no spam, promise.</span>
- </div>
- <div class="col-md-1"></div>
-</div>