From 5f49db473bdaa6381c67c3e8c475c055c01e0fa7 Mon Sep 17 00:00:00 2001 From: Erika Heidi Date: Wed, 9 Jun 2021 19:09:16 +0200 Subject: [PATCH] added ... to description --- bin/gdaisy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gdaisy b/bin/gdaisy index b380ec3..43cf45d 100755 --- a/bin/gdaisy +++ b/bin/gdaisy @@ -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] ];