diff --git a/blog/templates/binder_badge.html b/blog/templates/binder_badge.html new file mode 100644 index 00000000..ce90bd76 --- /dev/null +++ b/blog/templates/binder_badge.html @@ -0,0 +1,3 @@ + + + diff --git a/blog/templates/image.html b/blog/templates/image.html index 2f0718dc..13cf48fe 100644 --- a/blog/templates/image.html +++ b/blog/templates/image.html @@ -47,6 +47,11 @@

{{ author.name }}

+ +
+ {% include "binder_badge.html" %} +
+ {% for cell in cells %}
{{ cell.contents | safe }}