diff --git a/docs/index.html b/docs/index.html
index 422d8e18..b4e4d1ff 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -31,7 +31,7 @@
-
+
@@ -84,7 +84,6 @@
-
-
-
@@ -110,7 +109,7 @@
class="sclnk-twt"
shape="rect"
coords="0, 40, 19, 55"
- href="https://twitter.com/intent/tweet?hashtags=bezier,curves,maths&original_referer=https://pomax.github.io/bezierinfo&text=Reading%20%22A%20Primer%20on%20Bezier%20Curves%22%20by%20@TheRealPomax%20over%20on%20https://pomax.github.io/bezierinfo"
+ href="https://twitter.com/intent/tweet?hashtags=bezier,curves,maths&original_referer=https://pomax.github.io/bezierinfo&text=Reading “A Primer on Bezier Curves” by @TheRealPomax over on https://pomax.github.io/bezierinfo"
alt="tweet your read"
title="tweet your read"
/>
diff --git a/src/html/fragments/share-post.html b/src/html/fragments/share-post.html
new file mode 100644
index 00000000..c9502394
--- /dev/null
+++ b/src/html/fragments/share-post.html
@@ -0,0 +1,15 @@
+
+
+

+
+
+
+
+
+
diff --git a/src/html/fragments/share.html b/src/html/fragments/share.html
index f09fe8b1..d3ecc08a 100644
--- a/src/html/fragments/share.html
+++ b/src/html/fragments/share.html
@@ -1,4 +1,3 @@
-
@@ -9,7 +8,7 @@
href="https://news.ycombinator.com/submitlink?u=https://pomax.github.io/bezierinfo&t=A Primer on Bézier Curves"
alt="submit to hacker news" title="submit to hacker news">
diff --git a/src/html/post.template.html b/src/html/post.template.html
index 23bff743..d5552878 100644
--- a/src/html/post.template.html
+++ b/src/html/post.template.html
@@ -11,8 +11,11 @@
{% block share %}{% endblock %}
-{% block main %}{{ post }}{% endblock %}
+{% block main %}
+ {% include "./fragments/share-post.html" %}
+ {{ post }}
+{% endblock %}
{% block footer %}
This post is a news entry for the Primer on Bézier Curves
-{% endblock%}
\ No newline at end of file
+{% endblock %}
\ No newline at end of file