Skip to content

Commit

Permalink
Update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Jul 17, 2024
1 parent f5bd5a8 commit 698fa96
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modules/resources/templates/training-access-tokens.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "general/two-column.html" %}
{% set active_page = "resources" -%}
{% set title = "ATT&CK Access Tokens Technical Primer | MITRE ATT&CK®" -%}
{% set title = "ATT&CK Access Tokens Technical Primer Training | MITRE ATT&CK®" -%}
{% set parsed = page.data | from_json %}
{% import 'macros/navigation.html' as navigation %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "general/two-column.html" %}
{% set active_page = "resources" -%}
{% set title = "ATT&CK Adversary Emulation: T1134.001 (Token Impersonation and Theft) | MITRE ATT&CK®" -%}
{% set title = "ATT&CK Adversary Emulation Training | MITRE ATT&CK®" -%}
{% set parsed = page.data | from_json %}
{% import 'macros/navigation.html' as navigation %}

Expand Down
4 changes: 2 additions & 2 deletions modules/resources/templates/training-attack-fundamentals.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "general/two-column.html" %}
{% set active_page = "resources" -%}
{% set title = "ATT&CK Fundamentals | MITRE ATT&CK®" -%}
{% set title = "ATT&CK Fundamentals Training | MITRE ATT&CK®" -%}
{% set parsed = page.data | from_json %}
{% import 'macros/navigation.html' as navigation %}

Expand All @@ -15,7 +15,7 @@
<li class="breadcrumb-item"><a href="/resources">Resources</a></li>
<li class="breadcrumb-item"><a href="/resources/learn-more-about-attack">Learn More about ATT&amp;CK</a></li>
<li class="breadcrumb-item"><a href="/resources/learn-more-about-attack/training">Training</a></li>
<li class="breadcrumb-item">ATT&CK Fundamentals Training</li>
<li class="breadcrumb-item">ATT&CK Fundamentals</li>
</ol>

<div class="container-fluid pb-3">
Expand Down
4 changes: 2 additions & 2 deletions modules/resources/templates/training-cti.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "general/two-column.html" %}
{% set active_page = "resources" -%}
{% set title = "Using ATT&CK for CTI Training | MITRE ATT&CK&reg;" -%}
{% set title = "CTI Training | MITRE ATT&CK&reg;" -%}
{% set parsed = page.data | from_json %}
{% import 'macros/navigation.html' as navigation %}

Expand Down Expand Up @@ -35,7 +35,7 @@
</div>
</div>
<div class="getting-started-content">
<h1>CTI Trainings</h1>
<h1>CTI Training</h1>
<p>
The goal of this training is for students to understand the following:
</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "general/two-column.html" %}
{% set active_page = "resources" -%}
{% set title = "ATT&CK Adversary Emulation: T1134.001 (Token Impersonation and Theft) | MITRE ATT&CK&reg;" -%}
{% set title = "ATT&CK Detection Engineering Training | MITRE ATT&CK&reg;" -%}
{% set parsed = page.data | from_json %}
{% import 'macros/navigation.html' as navigation %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "general/two-column.html" %}
{% set active_page = "resources" -%}
{% set title = "Using ATT&CK for Purple Teaming | MITRE ATT&CK&reg;" -%}
{% set title = "Purple Teaming Fundamentals Training | MITRE ATT&CK&reg;" -%}
{% set parsed = page.data | from_json %}
{% import 'macros/navigation.html' as navigation %}

Expand All @@ -15,7 +15,7 @@
<li class="breadcrumb-item"><a href="/resources">Resources</a></li>
<li class="breadcrumb-item"><a href="/resources/learn-more-about-attack">Learn More about ATT&amp;CK</a></li>
<li class="breadcrumb-item"><a href="/resources/learn-more-about-attack/training">Training</a></li>
<li class="breadcrumb-item">Purple Teaming Fundamentals Training</li>
<li class="breadcrumb-item">Purple Teaming Fundamentals</li>
</ol>

<div class="container-fluid pb-3">
Expand Down
2 changes: 1 addition & 1 deletion modules/resources/templates/training-soc-assessments.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "general/two-column.html" %}
{% set active_page = "resources" -%}
{% set title = "ATT&CK Adversary Emulation: T1134.001 (Token Impersonation and Theft) | MITRE ATT&CK&reg;" -%}
{% set title = "ATT&CK Based SOC Assessments Training | MITRE ATT&CK&reg;" -%}
{% set parsed = page.data | from_json %}
{% import 'macros/navigation.html' as navigation %}

Expand Down
2 changes: 1 addition & 1 deletion modules/resources/templates/training-threat-hunting.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "general/two-column.html" %}
{% set active_page = "resources" -%}
{% set title = "ATT&CK Adversary Emulation: T1134.001 (Token Impersonation and Theft) | MITRE ATT&CK&reg;" -%}
{% set title = "TTP-Based Threat Hunting and Detection Engineering Training | MITRE ATT&CK&reg;" -%}
{% set parsed = page.data | from_json %}
{% import 'macros/navigation.html' as navigation %}

Expand Down

0 comments on commit 698fa96

Please sign in to comment.