Skip to content

Commit 6a5813f

Browse files
authored
Going to try image ads for a bit
1 parent 4ab8415 commit 6a5813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/entry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>{{ entry.title|typography }}</h2>
4545
{% with entry.get_previous_by_created as previous_entry %}{% if previous_entry %}
4646
<p><strong>Previous:</strong> <a href="{{ previous_entry.get_absolute_url }}">{{ previous_entry.title }}</a></p>
4747
{% endif %}{% endwith %}
48-
<div data-ea-publisher="simonwillisonnet" data-ea-type="text"></div>
48+
<div data-ea-publisher="simonwillisonnet" data-ea-type="image"></div>
4949
</div>
5050

5151
{% if entry.tweet_html %}{{ entry.tweet_html|safe }}{% endif %}

0 commit comments

Comments
 (0)