-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#+OPTIONS: toc:nil num:nil | ||
#+STARTUP: showall indent | ||
#+STARTUP: hidestars | ||
#+BEGIN_EXPORT html | ||
--- | ||
layout: default | ||
tab: newsletter | ||
title: Newsletter | ||
--- | ||
#+END_EXPORT | ||
|
||
* Subscribe to newsletter | ||
|
||
Enjoy my blog? Bad at checking in regurarly? Want email updates? Then you should subscribe to my newsletter :) It's sent automatically every Saturday when there is new content. | ||
|
||
#+BEGIN_EXPORT html | ||
<form action="https://rssfeedpulse.com/campaign/716ded84-d049-4f07-a92b-bc7d84d7f17c/subscribe" method="get" class="newsletter-form"> | ||
<input name="email" autocomplete="email" type="email" placeholder="Your email" required> | ||
<button> | ||
Subscribe | ||
</button> | ||
</form> | ||
<br /> | ||
#+END_EXPORT |