diff --git a/data/resources_navigation.json b/data/resources_navigation.json index 7e393ff0dc0..c266449492d 100644 --- a/data/resources_navigation.json +++ b/data/resources_navigation.json @@ -25,25 +25,25 @@ "path": "/resources/learn-more-about-attack/training/", "children": [ { - "name": "CTI Training", + "name": "CTI", "id": "cti", "path": "/resources/learn-more-about-attack/training/cti/", "children": [] }, { - "name": "Purple Teaming Fundamentals Training", + "name": "Purple Teaming Fundamentals", "id": "purple_teaming_fundamentals", "path": "/resources/learn-more-about-attack/training/purple-teaming-fundamentals/", "children": [] }, { - "name": "ATT&CK Fundamentals Training", + "name": "ATT&CK Fundamentals", "id": "attack_fundamentals", "path": "/resources/learn-more-about-attack/training/attack-fundamentals/", "children": [] }, { - "name": "Adversary Emulation Training", + "name": "Adversary Emulation", "id": "adversary_emulation", "path": "/resources/learn-more-about-attack/training/adversary-emulation/", "children": [] @@ -55,19 +55,19 @@ "children": [] }, { - "name": "SOC Assessments Training", + "name": "SOC Assessments", "id": "soc_assessments", "path": "/resources/learn-more-about-attack/training/soc-assessments/", "children": [] }, { - "name": "Threat Hunting Training", + "name": "Threat Hunting", "id": "threat_hunting", "path": "/resources/learn-more-about-attack/training/threat-hunting/", "children": [] }, { - "name": "Detection Engineering Training", + "name": "Detection Engineering", "id": "detection_engineering", "path": "/resources/learn-more-about-attack/training/detection-engineering/", "children": [] diff --git a/modules/resources/templates/attackcon-overview.html b/modules/resources/templates/attackcon-overview.html index 5435b9938f1..9e3e2b33ea3 100644 --- a/modules/resources/templates/attackcon-overview.html +++ b/modules/resources/templates/attackcon-overview.html @@ -20,12 +20,8 @@
{% set conID = "-".join(con.date.split(' ')) %}
- {% if "sponsors_img_list" in con %} -

{{ con.title }}

- {% else %} -

{{ con.title }}

- {% endif %} - +

{{ con.title }}

+ {% set ifSponsor = "sponsors_img_list" in con %} {% if "banner_img" in con %}