File tree Expand file tree Collapse file tree 4 files changed +54
-1
lines changed Expand file tree Collapse file tree 4 files changed +54
-1
lines changed Original file line number Diff line number Diff line change
1
+ < section style ="
2
+ /* .promo */
3
+ border-radius: 8px;
4
+ margin: 1.5rem 0;
5
+ padding: 1rem 1.25rem;
6
+ /* .variant-a */
7
+ border: 2px solid #6c3eb9;
8
+ ">
9
+ < h3 style ="
10
+ /* h3 */
11
+ margin: 0 0 0.5rem;
12
+ font-size: 1.25rem;
13
+ ">
14
+ Monthly briefing
15
+ </ h3 >
16
+ < p style ="
17
+ /* p */
18
+ margin: 0 0 1rem;
19
+ line-height: 1.4;
20
+ ">
21
+ Sponsor me for < strong > $10/month</ strong > and get a curated email digest of the month's most important LLM developments.
22
+ </ p >
23
+ < p style ="
24
+ /* p */
25
+ margin: 0 0 1rem;
26
+ line-height: 1.4;
27
+ ">
28
+ Pay me to send you less!
29
+ </ p >
30
+ < a href ="https://github.com/sponsors/simonw/ " style ="
31
+ /* a.button */
32
+ display: inline-block;
33
+ padding: 0.5rem 1rem;
34
+ background: #6c3eb9;
35
+ color: #fff;
36
+ text-decoration: none;
37
+ border-radius: 4px;
38
+ font-weight: 600;
39
+ ">
40
+ Sponsor & subscribe
41
+ </ a >
42
+ </ section >
Original file line number Diff line number Diff line change 24
24
{% include "_tags.html" with obj=blogmark %}
25
25
26
26
< div data-ea-publisher ="simonwillisonnet " data-ea-type ="text "> </ div >
27
+ {% include "_sponsor_promo.html" %}
27
28
28
29
</ div > <!-- .metabox -->
29
30
{% endblock %}
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ <h2>{{ entry.title|typography }}</h2>
57
57
< p > < strong > Previous:</ strong > < a href ="{{ previous_entry.get_absolute_url }} "> {{ previous_entry.title }}</ a > </ p >
58
58
{% endif %}{% endwith %}
59
59
< div data-ea-publisher ="simonwillisonnet " data-ea-type ="image "> </ div >
60
+ {% include "_sponsor_promo.html" %}
60
61
</ div >
61
62
62
63
{% if entry.tweet_html %}{{ entry.tweet_html|safe }}{% endif %}
Original file line number Diff line number Diff line change 1
1
{% extends "item_base.html" %}
2
2
3
- {% block title %}{% if note.title %}{{ note.title }}{% else %}Note on {{ note.created|date:"jS F Y" }}{% endif %}{% endblock %}
3
+ {% block title %}padding-top{% endblock %}
4
+
5
+ {% block extrahead %}
6
+ {{ block.super }}
7
+ < script async src ="https://media.ethicalads.io/media/client/ethicalads.min.js "> </ script >
8
+ {% endblock %}
4
9
5
10
{% block card_title %}{% if note.title %}{{ note.title }}{% else %}Note on {{ note.created|date:"jS F Y" }}{% endif %}{% endblock %}
6
11
{% block card_description %}{{ note.body|truncatewords:30 }}{% endblock %}
18
23
{% block secondary %}
19
24
< div class ="metabox ">
20
25
{% include "_tags.html" with obj=note %}
26
+
27
+ < div data-ea-publisher ="simonwillisonnet " data-ea-type ="text "> </ div >
28
+ {% include "_sponsor_promo.html" %}
29
+
21
30
</ div > <!-- .metabox -->
22
31
{% endblock %}
You can’t perform that action at this time.
0 commit comments