aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-06-01 08:09:48 -0500
committerChristian Cleberg <hello@cleberg.net>2023-06-01 08:09:48 -0500
commitafa9dd5be35c04797fcef427e961181ffc215024 (patch)
tree6a33cd78cc655423d4d171122d6a49213599c7fc
parent56fe0065e094d3d75d46c335c10383ca07d87829 (diff)
downloadhn-afa9dd5be35c04797fcef427e961181ffc215024.tar.gz
hn-afa9dd5be35c04797fcef427e961181ffc215024.tar.bz2
hn-afa9dd5be35c04797fcef427e961181ffc215024.zip
update page titles
-rw-r--r--index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.php b/index.php
index 8bd6e40..2359934 100644
--- a/index.php
+++ b/index.php
@@ -38,7 +38,7 @@ if (empty($elements[0])) {
echo_html(
$GLOBALS['full_domain'] . '/best/',
'The best 30 stories from Hacker News, proxied by hn.',
- 'hn',
+ 'hn ~ best',
$html_output
);
break;
@@ -51,7 +51,7 @@ if (empty($elements[0])) {
echo_html(
$GLOBALS['full_domain'] . '/new/',
'The newest 30 stories from Hacker News, proxied by hn.',
- 'hn',
+ 'hn ~ new',
$html_output
);
break;
@@ -64,7 +64,7 @@ if (empty($elements[0])) {
echo_html(
$GLOBALS['full_domain'] . '/ask/',
'The latest 30 asks from Hacker News, proxied by hn.',
- 'hn',
+ 'hn ~ ask',
$html_output
);
break;
@@ -77,7 +77,7 @@ if (empty($elements[0])) {
echo_html(
$GLOBALS['full_domain'] . '/show/',
'The latest 30 show stories from Hacker News, proxied by hn.',
- 'hn',
+ 'hn ~ show',
$html_output
);
break;
@@ -90,7 +90,7 @@ if (empty($elements[0])) {
echo_html(
$GLOBALS['full_domain'] . '/job/',
'The latest 30 job posts from Hacker News, proxied by hn.',
- 'hn',
+ 'hn ~ job',
$html_output
);
break;