We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bbc09 commit e7c6f81Copy full SHA for e7c6f81
app.js
@@ -345,8 +345,7 @@ aws.initConfig(awsProps)
345
const sources = utils.glGetEditorSources(config.content);
346
if (sources.length === 1) {
347
const lang = languages[sources[0].language];
348
- metadata.ogDescription = '```' + lang.id + '\n' + sources[0].source + '\n```';
349
- //metadata.ogDescription = sources[0].source;
+ metadata.ogDescription = sources[0].source;
350
if (lang) {
351
metadata.ogTitle += ` - ${lang.name}`;
352
}
0 commit comments