add project page link to meta description, make keywords separators

This commit is contained in:
ghost 2023-06-04 19:48:09 +03:00
parent d1ebae517d
commit b1a3d74ade

View File

@ -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>