sfc-utils 1.4.1 → 1.4.3
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/brands.js +17 -1
- package/footer.js +56 -0
- package/package.json +1 -1
package/brands.js
CHANGED
|
@@ -161,7 +161,23 @@ let getBrands = function(market){
|
|
|
161
161
|
"subscribeLink": "/subproject"
|
|
162
162
|
}
|
|
163
163
|
},
|
|
164
|
-
|
|
164
|
+
Conroe: {
|
|
165
|
+
styles: {
|
|
166
|
+
"@brand": "#900900",
|
|
167
|
+
"@brand-secondary": "#189196"
|
|
168
|
+
},
|
|
169
|
+
attributes: {
|
|
170
|
+
"marketPrefix": "conroe",
|
|
171
|
+
"siteName": "Conroe Courier",
|
|
172
|
+
"twitter": "ConroeCourier",
|
|
173
|
+
"invert": true,
|
|
174
|
+
"gaAccount": "UA-1616916-99",
|
|
175
|
+
"subscribeLink": "https://www.yourconroenews.com/subproject",
|
|
176
|
+
"sailCustomer": "4a181de0b63a131cf27f8ea9485e5e1c",
|
|
177
|
+
"sailSiteName": "the-courier-of-montgomery-county",
|
|
178
|
+
"siteId": 68
|
|
179
|
+
}
|
|
180
|
+
},
|
|
165
181
|
/* Misc */
|
|
166
182
|
TK: {
|
|
167
183
|
styles: {
|
package/footer.js
CHANGED
|
@@ -239,6 +239,62 @@ let getFooter = function(meta, forceColor){
|
|
|
239
239
|
}
|
|
240
240
|
]
|
|
241
241
|
},
|
|
242
|
+
"Conroe": {
|
|
243
|
+
"About": [
|
|
244
|
+
{
|
|
245
|
+
"text": "Terms of Use",
|
|
246
|
+
"link": "https://www.yourconroenews.com/tos/"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"text": "Privacy Notice",
|
|
250
|
+
"link": "https://www.yourconroenews.com/privacy/"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"text": "Your California Privacy Rights",
|
|
254
|
+
"link": "https://www.yourconroenews.com/privacy/#additionalinformationforcaliforniaresidents"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"text": "Interest Based Ads",
|
|
258
|
+
"link": "https://www.yourconroenews.com/privacy/#interestbasedads"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"text": "Careers",
|
|
262
|
+
"link": "https://eevd.fa.us6.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"text": "Our Company",
|
|
266
|
+
"link": "https://www.hearst.com/newspapers/houston-chronicle"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"text": "Subscribe",
|
|
270
|
+
"link": "https://www.yourconroenews.com/subproject"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"text": "e-Edition",
|
|
274
|
+
"link": "https://www.yourconroenews.com/e-edition"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"Contact": [
|
|
278
|
+
{
|
|
279
|
+
"text": "Advertising",
|
|
280
|
+
"link": "https://marketing.chron.com/"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"text": "Contact",
|
|
284
|
+
"link": "https://www.yourconroenews.com/contact/"
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"Connect": [
|
|
288
|
+
{
|
|
289
|
+
"text": "Facebook",
|
|
290
|
+
"link": "https://www.facebook.com/TheCourierofMontgomeryCounty/"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"text": "Twitter",
|
|
294
|
+
"link": "https://twitter.com/conroecourier"
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
},
|
|
242
298
|
"Albany": {
|
|
243
299
|
"About": [
|
|
244
300
|
{
|