Don't base the Drupal Planet feed on tags

This commit is contained in:
Oliver Davies 2024-09-14 00:21:58 +01:00
parent 74042f01e1
commit e55a47f611
18 changed files with 18 additions and 18 deletions

View file

@ -13,7 +13,7 @@ use: [daily_emails]
<title>{{ page.title }}</title>
<description>{{ page.description }}</description>
<link>{{ site.url }}/daily</link>
{% for email in data.daily_emails if 'drupal-planet' in email.tags %}
{% for email in data.daily_emails if email.drupal_planet %}
<item>
<title>{{ email.title }}</title>
<link>{{ site.url }}{{ email.url }}</link>