Skip to content

Commit

Permalink
使用 FeedBurner 邮件订阅服务
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminusBot committed Feb 21, 2019
1 parent b7df1af commit 4f52177
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 10 additions & 1 deletion _includes/footer.html
@@ -1,5 +1,14 @@

<form action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('https://feedburner.google.com/fb/a/mailverify?uri=terminus2049', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">

This comment has been minimized.

Copy link
@sr0784359

sr0784359 Feb 16, 2021

ok

<input type="email" name="email" placeholder="邮箱" style="line-height:2; min-width:220px;" required/>
<input type="hidden" value="terminus2049" name="uri"/><input type="hidden" name="loc" value="en_US"/>
<button type="submit" style="line-height:2;">邮件订阅</button>
</form>

</br>

{% include svg-icons.html %}

{% if site.footer-text %}
<p>{{ site.footer-text }}</p>
{% endif %}

This comment has been minimized.

Copy link
@sr0784359

sr0784359 Feb 16, 2021

ok

{% endif %}
10 changes: 0 additions & 10 deletions index.html
Expand Up @@ -107,13 +107,3 @@ <h2>
</span>
{% endif %}
</div>

{% if paginator.page == 1 %}

<form method="POST" action="https://formspree.io/terminus2049@protonmail.com">
<input type="email" name="email" placeholder="邮箱(请勿使用 qq 邮箱)" style="line-height:2; min-width:220px;" required/>
<input type="text" name="message" placeholder="留言(可选)" style="line-height:2; min-width:220px;">
<button type="submit" style="line-height:2;">邮件订阅</button>
</form>

{% endif %}

0 comments on commit 4f52177

Please sign in to comment.