mirror of
https://github.com/YGGverse/YGGwave.git
synced 2026-03-31 17:55:37 +00:00
add project page link to meta description, make keywords separators
This commit is contained in:
parent
d1ebae517d
commit
b1a3d74ade
1 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
return implode(',', $keywords);
|
||||
return implode(', ', $keywords);
|
||||
}
|
||||
|
||||
private static function _getSignalPosition(int $hash, bool $reverse = false, int $padding = 20) {
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
<html lang="en-US">
|
||||
<head>
|
||||
<title>YGGwave ~ The Radio Catalog</title>
|
||||
<meta name="description" content="Open, Javascript-less Radio Hub" />
|
||||
<meta name="description" content="Open, Javascript-less Radio Hub https://github.com/YGGverse/YGGwave" />
|
||||
<meta name="keywords" content="<?php echo YGGwave::getMetaKeywords() ?>" />
|
||||
<meta charset="utf-8" />
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue