diff --git a/_includes/head.html b/_includes/head.html --- a/_includes/head.html +++ b/_includes/head.html @@ -103,4 +103,14 @@ {% if page.share-img %} {% endif %} + + + diff --git a/_includes/mailer.html b/_includes/mailer.html new file mode 100644 --- /dev/null +++ b/_includes/mailer.html @@ -0,0 +1,3 @@ +
diff --git a/_layouts/docindex.html b/_layouts/docindex.html --- a/_layouts/docindex.html +++ b/_layouts/docindex.html @@ -21,6 +21,9 @@ +
+ {% include mailer.html %} +
diff --git a/_layouts/post.html b/_layouts/post.html --- a/_layouts/post.html +++ b/_layouts/post.html @@ -50,4 +50,5 @@ {% endif %} + {% include mailer.html %} diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -22,6 +22,8 @@
+ {% include mailer.html %} + Tweets by Bitcoin_ABC diff --git a/releases.html b/releases.html --- a/releases.html +++ b/releases.html @@ -118,6 +118,8 @@ {% capture include_release_notes %}{% include_relative abc_md_docs/doc/release-notes/release-notes-{{ latestVersion }}.md %}{% endcapture %} {{ include_release_notes | markdownify }} +
+ {% include mailer.html %}