Replace hard-coded FeedBurner URI

This commit is contained in:
Roberto Li 2018-05-01 12:08:44 +02:00
parent 09407af482
commit a85eae840a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<form action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('https://feedburner.google.com/fb/a/mailverify?uri={{ site.footer.feedburner }}', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" class="newsletter">
<input type="text" name="email" value="Email" onclick="if(this.value=='Email')this.value='';" onblur="if(this.value=='')this.value='Email';"/>
<input type="hidden" value="karolorzel" name="uri"/>
<input type="hidden" value="{{ site.footer.feedburner }}" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
<input type="submit" value="OK" />
</form>