diff --git a/src/site/includes/social-share.drupal.liquid b/src/site/includes/social-share.drupal.liquid
index d4f78c2e97..a82f5caa5c 100644
--- a/src/site/includes/social-share.drupal.liquid
+++ b/src/site/includes/social-share.drupal.liquid
@@ -4,8 +4,8 @@
{% assign now = '' | currentTime %}
{% assign mostRecentDate = mostRecentDate | deriveMostRecentDate: now %}
-
-
-
- Add to Calendar
-
+ text="Add to Calendar"
+ />
-
- {{ fieldFacilityLocation.entity.title }}
-
+
{{ fieldLocationHumanreadable }}
{% if fieldFacilityAddress.addressLine1 != empty %}
@@ -109,11 +110,9 @@
{% elsif fieldLocationType == "online" %}
{% if fieldUrlOfAnOnlineEvent %}
-
- {% endif %}
+
+ {% else %}
This is an online event.
- {% if fieldUrlOfAnOnlineEvent %}
-
{% endif %}
{% else %}
@@ -219,68 +218,54 @@
{% if fieldDatetimeRangeTimezone.length > 1 %}
-
-
-
- {% for recurringEventDatetimeRangeTimezone in fieldDatetimeRangeTimezone %}
-
- {% endfor %}
-
-
- {% if fieldDatetimeRangeTimezone.length > 6 %}
-
-
-
- {% endif %}
-
+
+
+
+ {% for recurringEventDatetimeRangeTimezone in fieldDatetimeRangeTimezone %}
+
+
+ {{ recurringEventDatetimeRangeTimezone | deriveFormattedTimestamp }}
+
+
+
+ {% endfor %}
+
+
+ {% if fieldDatetimeRangeTimezone.length > 6 %}
+
+
+
+ {% endif %}
+
+
{% endif %}
-
- See more events
-
-
+ onclick="recordEvent({ event: 'nav-secondary-button-click' });"
+ text="See more events"
+ />
{% include "src/site/includes/above-footer-elements.drupal.liquid" %}
diff --git a/src/site/teasers/event.drupal.liquid b/src/site/teasers/event.drupal.liquid
index 1387c91906..2c2361d497 100644
--- a/src/site/teasers/event.drupal.liquid
+++ b/src/site/teasers/event.drupal.liquid
@@ -6,7 +6,12 @@
{% endif %}
{% assign isEventsPage = entityUrl.path | isPage: "events" %}
- <{{ header }} class="vads-u-margin-top--0 vad-u-margin-bottom-1 vads-u-font-size--md medium-screen:vads-u-font-size--lg">
{{ node.title }}{{ header }}>
+ <{{ header }} class="vads-u-margin-top--0 vad-u-margin-bottom-1 vads-u-font-size--md medium-screen:vads-u-font-size--lg">
+
+ {{ header }}>
{{ node.fieldDescription | truncatewords: 60, "..." }}
@@ -34,12 +39,15 @@
Where
-
- {{ node.fieldFacilityLocation.entity.title }}
-
- {% if node.fieldLocationHumanreadable != empty %}
-
{{ node.fieldLocationHumanreadable }}
- {% endif %}
+
+
+
+ {% if node.fieldLocationHumanreadable != empty %}
+
{{ node.fieldLocationHumanreadable }}
+ {% endif %}
{% endif %}