Don't include Drupal Planet as a tag
TODO: refactor the Drupal Planet feed now to use a tag.
This commit is contained in:
parent
283539f5e3
commit
e8df3ee113
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue