Skip to content

Commit

Permalink
added ... to description
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Jun 9, 2021
1 parent 90c9a6c commit 5f49db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gdaisy
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $gdaisy->registerCommand('generate', function() use ($gdaisy, $input) {
$description = $tags['twitter:description'] ?? $tags['description'] ?? 'Generated with erikaheidi/gdaisy';
$elements = [
'title' => [ "text" => html_entity_decode($title, ENT_QUOTES) ],
'description' => [ "text" => html_entity_decode($description, ENT_QUOTES) ],
'description' => [ "text" => html_entity_decode($description . '...', ENT_QUOTES) ],
'thumbnail' => [ "image_file" => $image_file]
];

Expand Down

0 comments on commit 5f49db4

Please sign in to comment.