mirror of
https://github.com/YGGverse/YGGwave.git
synced 2025-03-13 05:41:14 +00:00
add project page link to meta description, make keywords separators
This commit is contained in:
parent
d1ebae517d
commit
b1a3d74ade
@ -86,7 +86,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return implode(',', $keywords);
|
return implode(', ', $keywords);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static function _getSignalPosition(int $hash, bool $reverse = false, int $padding = 20) {
|
private static function _getSignalPosition(int $hash, bool $reverse = false, int $padding = 20) {
|
||||||
@ -114,7 +114,7 @@
|
|||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>YGGwave ~ The Radio Catalog</title>
|
<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 name="keywords" content="<?php echo YGGwave::getMetaKeywords() ?>" />
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user