sfc-utils 1.4.176 → 1.4.178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blueconic.js +126 -50
- package/brands3.js +17 -0
- package/components/geocoder.mjs +1 -0
- package/components/layout/layouthelmet.mjs +3 -0
- package/components/sharebuttons.mjs +29 -10
- package/example/gatsby-config.js +31 -25
- package/footer.js +876 -702
- package/index.js +4 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -159,6 +159,10 @@ let blendHDN = function (meta) {
|
|
|
159
159
|
HDN.dataLayer.source.authorTitle = "Connecticut Digital Staff";
|
|
160
160
|
HDN.dataLayer.source.originalSourceSite = "CT";
|
|
161
161
|
break;
|
|
162
|
+
case "Austin":
|
|
163
|
+
HDN.dataLayer.source.authorTitle = "Austin American-Statesman Staff";
|
|
164
|
+
HDN.dataLayer.source.originalSourceSite = "statesman";
|
|
165
|
+
break;
|
|
162
166
|
}
|
|
163
167
|
|
|
164
168
|
// HDN.dataLayer object for sharing information
|