Don't include Drupal Planet as a tag

TODO: refactor the Drupal Planet feed now to use a tag.
This commit is contained in:
Oliver Davies 2024-09-14 00:11:00 +01:00
parent 283539f5e3
commit e8df3ee113

View file

@ -16,7 +16,7 @@ use:
<link>{{ site.url }}/daily</link>
{% for email in data.daily_emails[:1] %}
{% set tags = [] %}
{%- for tag in ['dev']|merge(email.tags|default([])) -%}
{%- for tag in ['dev']|merge(email.tags|default([]))|filter((v) => v != "drupal-planet") -%}
{% if tag == "tailwind-css" %}
{% set tag = "TailwindCSS" %}
{% endif %}