diff --git a/_includes/meta.html b/_includes/meta.html
index 25db3633a..a7f94a661 100644
--- a/_includes/meta.html
+++ b/_includes/meta.html
@@ -18,171 +18,140 @@
{% elsif page.url == "/sapoc/" %}
{% capture title %}Shared Services | Senior Accountable Point of Contact{% endcapture %}
{% elsif page.title == "Grants QSMO Marketplace" %}
- {% capture title %}{{page.title}}{% endcapture %}
+ {% capture title %}{{page.title}}{% endcapture %}
{% endif %}
{% assign ogtitle = title %}
-{% assign description = site.description %}
+{% assign ogdescription = site.description %}
{% assign ogimage = false %}
-{% if page.url == "/more-about-shared-services/" %}
- {% assign ogtitle = "What are Shared Services? - Learn about the Federal Government's Shared Services efforts" %}
- {% assign description = "A 3-part approach to delivering on the Federal government's vision for shared services." %}
- {% assign ogimage = "https://ussm.gsa.gov/assets/images/fibf/SM-WhatAreSharedServices600x300.png" %}
-{% elsif page.url contains "fibf" %}
- {% assign ogimage = "https://ussm.gsa.gov/assets/images/fibf/business-standards-website-icons-large.png" %}
-{% endif %}
-
-{% if page.url contains "video-center" and page.layout contains "base" %}
- {% assign description = "Learn about the work underway in Shared Services to improve service delivery and customer experience in Federal agencies." %}
- {% assign ogimage = "https://ussm.gsa.gov/assets/images/video-card/video-center-icons-large.png" %}
-{% endif %}
-
-{% if page.url contains "/marketplace/grm" %}
- {% assign ogtitle = "The Grants Management QSMO Marketplace" %}
- {% assign ogdescription = "Modern tools to efficiently and effectively deliver on the Federal grants mission." %}
- {% assign ogimage = "https://ussm.gsa.gov/assets/images/grm/social-media-banner-grm.jpg" %}
- {% assign ogurl = "https://ussm.gsa.gov/marketplace/grm/" %}
-{% endif %}
-
-
-
-
- {% if page.title == "Grants QSMO Marketplace" %}
-
- {% else %}
-
- {% endif %}
-
-
-
-
-
- {{title}}
- {% assign custom_title = false %}
-
- {% if page.layout contains "m3/" %}
- {% assign custom_title = true %}
-
-
-
-
- {% elsif page.url contains "video-center" and page.layout contains "base" %}
- {% assign custom_title = true %}
-
-
-
-
- {% elsif page.url contains "fibf" %}
- {% assign custom_title = true %}
-
-
-
-
- {% elsif page.url == "/more-about-shared-services/" %}
- {% assign custom_title = true %}
-
-
-
-
- {% elsif page.url contains "/grm" %}
- {% assign custom_title = true %}
-
-
-
-
- {% else %}
-
-
- {% endif %}
+
+
+
+ {% if page.title == "Grants QSMO Marketplace" %}
+
+ {% else %}
+
+ {% endif %}
+
+
+
+
+
+ {{title}}
+ {% assign custom_title = false %}
- {% if custom_title == false %}
- {% if ogimage %}
+ {% if page.url contains "video-center" %}
+ {% assign custom_title = true %}
+
+
+
+
+ {% elsif page.layout contains "m3/" %}
+ {% assign custom_title = true %}
+
+
+
+
+ {% elsif page.url contains "fibf" %}
+ {% assign custom_title = true %}
+
+
+
+
+ {% elsif page.url == "/more-about-shared-services/" %}
+ {% assign custom_title = true %}
+
+
+
+
+ {% elsif page.url contains "/grm" %}
+ {% assign custom_title = true %}
+
- {% endif %}
+
+
+ {% else %}
-
- {% endif %}
-
-
-
- {% if page.url == "/more-about-shared-services/" %}
-
-
-
- {% elsif page.url contains "fibf" %}
-
-
-
- {% elsif page.layout contains "m3/" %}
-
-
-
- {% elsif page.url contains "video-center/" and page.layout contains "base" %}
-
-
-
- {% elsif page.url contains "/grm" %}
-
-
-
- {% else %}
- {% if ogimage %}
-
- {% endif %}
-
-
-
- {% endif %}
-
-
-
-
-
-
-
+
+
+ {% endif %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {% if page.url contains "video-center/" %}
+
+
+
+ {% elsif page.layout contains "m3/" %}
+
+
+
+ {% elsif page.url contains "fibf" %}
+
+
+
+ {% elsif page.url == "/more-about-shared-services/" %}
+
+
+
+ {% elsif page.url contains "/grm" %}
+
+
+
+ {% else %}
+
+
+
+ {% endif %}
+
+
+
+
+
+
+
- {% asset index.scss %}
- {% asset main-page.scss %}
- {% asset governance.scss %}
- {% asset qsmo.scss %}
- {% asset filter.scss %}
- {% asset side-nav.scss %}
- {% asset global.scss %}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% asset index.scss %}
+ {% asset main-page.scss %}
+ {% asset governance.scss %}
+ {% asset qsmo.scss %}
+ {% asset filter.scss %}
+ {% asset side-nav.scss %}
+ {% asset global.scss %}
+
+
+
+
+
+
+
+
\ No newline at end of file