trell-story-json-to-amp
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -24,3 +24,3 @@ 'use strict'; | ||
return '\n <meta name="description" content="' + author + ' | ' + title + ' | ' + TRELL_DESCRIPTION + '">\n\n <meta property="og:title" content="' + title + '" />\n <meta property="og:type" content="article" />\n <meta property="og:url" content="' + canonicalUrl + '" />\n <meta property="og:image" content="' + (images[0] || '') + '" />\n <meta property="og:site_name" content="Trell" />\n\n <meta name="twitter:card" content="summary_large_image">\n <meta name="twitter:site" content="@TrellApp">\n <meta name="twitter:creator" content="@TrellApp">\n <meta name="twitter:title" content="' + title + '">\n <meta name="twitter:description" content="' + author + ' | ' + title + ' | ' + TRELL_DESCRIPTION + '">\n <meta name="twitter:image" content="' + (images[0] || '') + '">\n\n <link rel="shortcut icon" href="./favicon.ico">\n '; | ||
return '\n <meta name="description" content="' + author + ' | ' + title + ' | ' + TRELL_DESCRIPTION + '">\n\n <meta property="og:title" content="' + title + '" />\n <meta property="og:type" content="article" />\n <meta property="og:url" content="' + canonicalUrl + '" />\n <meta property="og:image" content="' + (images[0] || '') + '" />\n <meta property="og:site_name" content="Trell" />\n\n <meta name="twitter:card" content="summary_large_image">\n <meta name="twitter:site" content="@TrellApp">\n <meta name="twitter:creator" content="@TrellApp">\n <meta name="twitter:title" content="' + title + '">\n <meta name="twitter:description" content="' + author + ' | ' + title + ' | ' + TRELL_DESCRIPTION + '">\n <meta name="twitter:image" content="' + (images[0] || '') + '">\n\n <link rel="shortcut icon" href="https://amp.trell.co/favicon.ico">\n '; | ||
} | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "trell-story-json-to-amp", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Convert story JSON to STAMP HTML.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43034