Don't base the Drupal Planet feed on tags
This commit is contained in:
parent
74042f01e1
commit
e55a47f611
18 changed files with 18 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue