Override the generated tag for "Tailwind CSS"
This commit is contained in:
parent
87c2efcadd
commit
2ebaaa92c6
|
@ -17,6 +17,9 @@ use:
|
|||
{% for email in data.daily_emails[:1] %}
|
||||
{% set tags = [] %}
|
||||
{%- for tag in ['dev']|merge(email.tags|default([])) -%}
|
||||
{% if tag == "tailwind-css" %}
|
||||
{% set tag = "TailwindCSS" %}
|
||||
{% endif %}
|
||||
{% set words = tag|split('-') -%}
|
||||
{% if words|length == 1 %}
|
||||
{% set tags = tags|merge(['#' ~ tag]) %}
|
||||
|
|
Loading…
Reference in a new issue