Skip to content

Commit e7c6f81

Browse files
committed
Remove tildes from description
1 parent 05bbc09 commit e7c6f81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,7 @@ aws.initConfig(awsProps)
345345
const sources = utils.glGetEditorSources(config.content);
346346
if (sources.length === 1) {
347347
const lang = languages[sources[0].language];
348-
metadata.ogDescription = '```' + lang.id + '\n' + sources[0].source + '\n```';
349-
//metadata.ogDescription = sources[0].source;
348+
metadata.ogDescription = sources[0].source;
350349
if (lang) {
351350
metadata.ogTitle += ` - ${lang.name}`;
352351
}

0 commit comments

Comments
 (0)