diff --git a/source/rss/daily.xml.twig b/source/rss/daily.xml.twig index 74943fd6..57237128 100644 --- a/source/rss/daily.xml.twig +++ b/source/rss/daily.xml.twig @@ -16,21 +16,6 @@ use: {{ site.url }}/daily {% for email in data.daily_emails[:1] %} {% set tags = [] %} - {%- for tag in ['dev']|merge(email.tags|default([])) -%} - {% if tag == "drupal-cms" %} - {% set tag = "DrupalCMS" %} - {% elseif tag == "nixos" %} - {% set tag = "NixOS" %} - {% elseif tag == "tailwind-css" %} - {% set tag = "TailwindCSS" %} - {% endif %} - {% set words = tag|split('-') -%} - {% if words|length == 1 %} - {% set tags = tags|merge(['#' ~ tag]) %} - {% else %} - {% set tags = tags|merge(['#' ~ tag|title|replace({ '-': '' })]) %} - {% endif %} - {% endfor %} {{ email.title }} {{ site.url }}{{ email.url }}