File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,16 +40,7 @@ permalink: /newsletter.xml
4040 <pubDate >{{ site.time | date_to_rfc822 }}</pubDate >
4141 <dc : creator >{{ site.title | xml_escape }}</dc : creator >
4242 <category >{{ conf.sub }}</category >
43- <description ><![CDATA[ <p style="margin:0 0 10px 0;">
44- {%- if days_until <= 0 -%}<span style="background:#fecaca;color:#991b1b;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:700;display:inline-block;">🚨 Last day!</span>
45- {%- elsif days_until == 1 -%}<span style="background:#fed7aa;color:#9a3412;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:700;display:inline-block;">🔥 1 day left</span>
46- {%- elsif days_until <= 3 -%}<span style="background:#fef3c7;color:#92400e;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:700;display:inline-block;">⏰ {{ days_until }} days left</span>
47- {%- elsif days_until <= 7 -%}<span style="background:#fef9c3;color:#854d0e;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:700;display:inline-block;">⏳ {{ days_until }} days left</span>
48- {%- else -%}<span style="background:#dbeafe;color:#1e40af;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:700;display:inline-block;">📅 {{ days_until }} days</span>
49- {%- endif -%}
50- </p>
51- <p>📍 {{ conf.place | xml_escape }} · 📅 {% translate_file dates/pretty_dates.html start=conf.start end=conf.end %}</p>
52- <p>✍ CfP closes {% translate_file dates/pretty_dates.html start=cfp end=cfp %} — {{ tagline }}</p>]]> </description >
43+ <description ><![CDATA[ <p>📍 {{ conf.place | xml_escape }} · 📅 {% translate_file dates/pretty_dates.html start=conf.start end=conf.end %}</p><p>✍ CfP closes {% translate_file dates/pretty_dates.html start=cfp end=cfp %} — {{ tagline }}</p>]]> </description >
5344 </item >
5445 {%- assign emitted = emitted | plus: 1 -%}
5546 {%- endif -%}
You can’t perform that action at this time.
0 commit comments