diff --git a/web/themes/custom/digital_gov/templates/node/node--landing-page--job-board.html.twig b/web/themes/custom/digital_gov/templates/node/node--landing-page--job-board.html.twig index 0aab0d58..55ff852a 100644 --- a/web/themes/custom/digital_gov/templates/node/node--landing-page--job-board.html.twig +++ b/web/themes/custom/digital_gov/templates/node/node--landing-page--job-board.html.twig @@ -113,16 +113,16 @@ {{ item.close_date }}
- {#todo: this may not be best here?#} + {# todo: this may not be best here? #} {% set topic_acronym = { - "FCN": "Communicators", - "ML": "Multilingual", - "PL": "Plain Language", - "SM": "Social Media", - "UX": "User Experience", - "WAO": "Web Analytics", - "WCM": "Web Managers", - "CC": "Contact Center" + FCN: 'Communicators', + ML: 'Multilingual', + PL: 'Plain Language', + SM: 'Social Media', + UX: 'User Experience', + WAO: 'Web Analytics', + WCM: 'Web Managers', + CC: 'Contact Center' } %} {% for topic in item['cop_topics'] %} {% for key, value in topic_acronym %}