Add (nav): share button

This commit is contained in:
2023-11-23 15:25:50 +08:00
parent 102517168b
commit 03427352d1
15 changed files with 42 additions and 22 deletions

View File

@@ -48,12 +48,10 @@ public function searchResults(Request $request, $query)
foreach ($top_rss_keywords as $rss_keyword) {
if (strtolower($rss_keyword) != strtolower($query))
{
$description .= ', '.$rss_keyword->value;
if (strtolower($rss_keyword) != strtolower($query)) {
$description .= ', '.$rss_keyword->value;
}
}
$description .= ' and 1000+ other news topics with 1-minute news bites with FutureWalker.';