Add daily email for 2024-12-03
Adopt a Document
This commit is contained in:
parent
6cdd96189c
commit
bf3485b035
2 changed files with 27 additions and 1 deletions
|
@ -17,7 +17,9 @@ use:
|
|||
{% for email in data.daily_emails[:1] %}
|
||||
{% set tags = [] %}
|
||||
{%- for tag in ['dev']|merge(email.tags|default([])) -%}
|
||||
{% if tag == "nixos" %}
|
||||
{% if tag == "drupal-cms" %}
|
||||
{% set tag = "DrupalCMS" %}
|
||||
{% elseif tag == "nixos" %}
|
||||
{% set tag = "NixOS" %}
|
||||
{% elseif tag == "tailwind-css" %}
|
||||
{% set tag = "TailwindCSS" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue