diff --git a/source/_templates/subscribe.html b/source/_templates/subscribe.html new file mode 100644 index 0000000..2a9400c --- /dev/null +++ b/source/_templates/subscribe.html @@ -0,0 +1,17 @@ + + +

Email notifications

+
+

Subscribe if you'd like to recieve an occasional email for new tutorials, no spam.

+ +
+ + +
+ +
\ No newline at end of file diff --git a/source/conf.py b/source/conf.py index 8c3b9c9..576f914 100644 --- a/source/conf.py +++ b/source/conf.py @@ -166,6 +166,7 @@ html_theme_options = { html_sidebars = { '**': [ 'about.html', + 'subscribe.html', 'searchbox.html', 'navigation.html', 'srclinks.html',