1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00

Merge pull request #871 from fricklerhandwerk/email-subscription

remove email subscription form
This commit is contained in:
Silvan Mosberger 2024-01-31 22:48:25 +01:00 committed by GitHub
commit a505a3b066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 19 deletions

View file

@ -5,6 +5,6 @@
</a> </a>
</div> </div>
<iframe src="https://ghbtns.com/github-btn.html?user=nix-dot-dev&repo=nix.dev&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe> <iframe src="https://ghbtns.com/github-btn.html?user=nixos&repo=nix.dev&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
<p>Official documentation for getting things done with Nix.</p> <p>Official documentation for getting things done with Nix.</p>

View file

@ -1,17 +0,0 @@
<style type="text/css">
#mce-EMAIL { float: left; width: 55%; padding: 0.25em; }
#mc-embedded-subscribe { float: right; width: 40%; padding: 0.25em; }
#mc-embedded-subscribe-form { overflow: auto; margin-bottom: 20px; }
</style>
<h3>Email notifications</h3>
<form action="https://cachix.us1.list-manage.com/subscribe/post?u=16430f4cf6653e9f26595c40a&amp;id=f726238699"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<p>An occasional email about new tutorials, no spam.</p>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Email" required>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>

View file

@ -200,7 +200,6 @@ html_sidebars = {
"about.html", "about.html",
"search-field.html", "search-field.html",
"sbt-sidebar-nav.html", "sbt-sidebar-nav.html",
"subscribe.html",
], ],
} }