We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab8415 commit 6a5813fCopy full SHA for 6a5813f
templates/entry.html
@@ -45,7 +45,7 @@ <h2>{{ entry.title|typography }}</h2>
45
{% with entry.get_previous_by_created as previous_entry %}{% if previous_entry %}
46
<p><strong>Previous:</strong> <a href="{{ previous_entry.get_absolute_url }}">{{ previous_entry.title }}</a></p>
47
{% endif %}{% endwith %}
48
-<div data-ea-publisher="simonwillisonnet" data-ea-type="text"></div>
+<div data-ea-publisher="simonwillisonnet" data-ea-type="image"></div>
49
</div>
50
51
{% if entry.tweet_html %}{{ entry.tweet_html|safe }}{% endif %}
0 commit comments