diff --git a/_includes/mail-form.html b/_includes/mail-form.html new file mode 100644 index 0000000..e30dd20 --- /dev/null +++ b/_includes/mail-form.html @@ -0,0 +1,36 @@ +
+
+
+
+

Subscribe to my future posts

+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
+ +
+ +
+
+ Or subscribe to my RSS feed +
+
+
+
+
+
+
diff --git a/_layouts/post.html b/_layouts/post.html index b05c365..531c5f3 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,3 +16,5 @@ layout: default + +{% include mail-form.html %} diff --git a/blog/index.html b/blog/index.html index 1799738..a462ea3 100644 --- a/blog/index.html +++ b/blog/index.html @@ -43,3 +43,5 @@ title: Tyler Hallada - Blog {% endif %} + +{% include mail-form.html %} diff --git a/css/main.css b/css/main.css index 7bb62cc..589df03 100755 --- a/css/main.css +++ b/css/main.css @@ -263,7 +263,7 @@ div.more-row { div.pagination { text-align: center; - margin-bottom: 10px; + margin-bottom: 20px; } div.rss { @@ -366,6 +366,31 @@ a.rss img { } } +/*****************************************************************************/ +/* +/* Subscribe form +/* +/*****************************************************************************/ + +.subscribe-form h3 { + margin-top: 10px; + margin-left: 10px; +} + +.subscribe-form input { + margin: 10px; +} + +.subscribe-form label { + margin-left: 10px; +} + +.subscribe-form span.form-rss { + display: block; + margin-top: 20px; + margin-left: 10px; +} + /*****************************************************************************/ /* /* Homepage